Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.yuzu-jam {
color: #fad400;
}
.golden-gun {
color: #e0e000;
}
.immaculate-iguana {
color: #a7d100;
}
.taurus-forest-fern {
color: #6fbf4f;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--yuzu-jam:#fad400;
--golden-gun:#e0e000;
--immaculate-iguana:#a7d100;
--taurus-forest-fern:#6fbf4f;
}