tapes/assets/css/global/colors.css
Ro b72650ed2f Intial Project Commit
first commit to get all the project files in there
2025-03-05 16:14:37 -06:00

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