| /* 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); | |
| --triaged-positive: #1B9E77; | |
| --triaged-negative: #E7298A; | |
| --untriaged: #A6761D; | |
| } |