Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.dallol-yellow {
color: #fad900;
}
.golden-gun {
color: #dae600;
}
.snot-green {
color: #a2c700;
}
.prairie-green {
color: #4c9e00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--dallol-yellow:#fad900;
--golden-gun:#dae600;
--snot-green:#a2c700;
--prairie-green:#4c9e00;
}