diff options
Diffstat (limited to 'src/scss/palette.css')
-rw-r--r-- | src/scss/palette.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/scss/palette.css b/src/scss/palette.css new file mode 100644 index 0000000..66799cd --- /dev/null +++ b/src/scss/palette.css @@ -0,0 +1,9 @@ +/* Generated with GIMP Palette Export */ +.darkteal { color: rgb(0, 100, 108) } +.green { color: rgb(88, 169, 143) } +.darkerteal { color: rgb(29, 133, 137) } +.gray { color: rgb(157, 210, 211) } +.teal { color: rgb(58, 165, 166) } +.cyan { color: rgb(156, 210, 210) } +.darkgray { color: rgb(127, 177, 181) } +.darkgreen { color: rgb(59, 136, 114) } |