Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.syndicalist {
color: #f5c400;
}
.golden-gun {
color: #dae600;
}
.lime-lizard {
color: #a1d65c;
}
.hidden-valley {
color: #6b9a3c;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--syndicalist:#f5c400;
--golden-gun:#dae600;
--lime-lizard:#a1d65c;
--hidden-valley:#6b9a3c;
}