blob: 92a511064690b146dbf4bf7a31866683c8989268 [file] [log] [blame]
/* Common Gold Colors via CSS Variables.
Can be imported via:
@import '../colors';
*/
html {
--gold: rgb(217, 95, 2);
--bright-orange: rgb(255, 127, 0);
--light-error-red: rgb(255, 230, 230);
--transparent-white: rgba(255, 255, 255, 0);
}