diff --git a/public/radial.html b/public/radial.html
index eb67c94..2be7903 100644
--- a/public/radial.html
+++ b/public/radial.html
@@ -225,11 +225,40 @@
border-radius: 3px;
background-color: #cdd9e9;
}
+
+ [class^="part"] use {
+ fill-opacity: 0.75;
+ }
+
+ .part-1 use {
+ fill: lightseagreen;
+ }
+
+ .part-2 use {
+ fill: lightyellow;
+ }
+
+ .part-3 use {
+ fill: lightblue;
+ }
+
+ .part-4 use {
+ fill: lightsteelblue;
+ }
+
+ .part-5 use {
+ fill: lightsalmon;
+ }
+
+ .part-6 use {
+ fill: lightgreen;
+ }
-
+
+