13 lines
250 B
CSS
13 lines
250 B
CSS
:root {
|
|
/* BASE COLORS */
|
|
--primary: #ff0505;
|
|
--secondary: #03061e;
|
|
--highlight: #7ac1df;
|
|
--white: #efebe3;
|
|
--grey: #abb7b7;
|
|
--black: #32302f;
|
|
--error: #b62520;
|
|
--silence: #ea6010;
|
|
--suspend: #fb263a;
|
|
--primary-rgb: 20 13 13;
|
|
}
|