mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
21 lines
404 B
CSS
21 lines
404 B
CSS
|
/* Cupcake by Chris Kempson (http://chriskempson.com) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #fbf1f2;
|
||
|
--base01: #f2f1f4;
|
||
|
--base02: #d8d5dd;
|
||
|
--base03: #bfb9c6;
|
||
|
--base04: #a59daf;
|
||
|
--base05: #8b8198;
|
||
|
--base06: #72677E;
|
||
|
--base07: #585062;
|
||
|
--base08: #D57E85;
|
||
|
--base09: #EBB790;
|
||
|
--base0A: #DCB16C;
|
||
|
--base0B: #A3B367;
|
||
|
--base0C: #69A9A7;
|
||
|
--base0D: #7297B9;
|
||
|
--base0E: #BB99B4;
|
||
|
--base0F: #BAA58C;
|
||
|
}
|