diff --git a/rugby.css b/rugby.css
index b4113805c919175eeb7f0a1717e9c275d0277bf4..c1bcb67ce16404dcd6b671b8c5fe3caee595bd8b 100644
--- a/rugby.css
+++ b/rugby.css
@@ -6,17 +6,23 @@
 .cell.level-cell.fill-block.score-try
 {
 	/* Scarlet red */
-	background-color: #cc0000;
+    background-image: linear-gradient(to top,
+                                      #a40000,
+                                      #cc0000);
 }
 
 .cell.level-cell.fill-block.score-utry
 {
 	/* Chameleon */
-	background-color: #edd400;
+    background-image: linear-gradient(to top,
+                                      #4e9a06,
+                                      #73d216);
 }
 
 .cell.level-cell.fill-block.score-kick
 {
 	/* Butter */
-	background-color: #73d216;
+    background-image: linear-gradient(to top,
+                                      #c4a000,
+                                      #edd400);
 }