1
0
Fork 0
forked from are0h/tapes
tapes/assets/css/global/colors.css

14 lines
250 B
CSS
Raw Normal View History

: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;
}