From c6e7e759b2fb4ef128b98f22e61aa052dbbc3f2b Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 30 Sep 2020 08:58:05 +0200 Subject: [PATCH] Tweak colour template --- templates/palette.html | 116 ++++++++++++++++++++++++----------------- 1 file changed, 67 insertions(+), 49 deletions(-) diff --git a/templates/palette.html b/templates/palette.html index 7209622..7f1ab02 100644 --- a/templates/palette.html +++ b/templates/palette.html @@ -10,58 +10,73 @@

Primary

- - - - - - - - - + + + + + + + + +
-
- Hint: +
Modify as needed by changing the --hue attribute in the inlined CSS.
Usage of a separate color picker tool for this step might be preferable.

Secondary

- - - - - - - - - + + + + + + + + +
-
- Hint: +
You can copy any colour to the clipboard by just clicking on its box. By default colours are copied as HSLA values. This can be changed in the script block at the bottom of the document.
-

Secondary

+

Tertiary

- - - - - - - - - + + + + + + + + +
-
- Hint: +
+ By making use of calc and var, most of the colour palette can be automated. + This makes it easier and quicker to make adjustments. +
+ +

Neutral

+
+ + + + + + + + + +
+ +
By making use of calc and var, most of the colour palette can be automated. This makes it easier and quicker to make adjustments.
@@ -75,16 +90,15 @@