Color names in this palette
CSS code for this palette
/* CSS */
.empire-yellow {
color: #f5d400;
}
.eternal-summer {
color: #f5e900;
}
.delayed-yellow {
color: #faf600;
}
.chartreuse-shot {
color: #d3d600;
}
.immaculate-iguana {
color: #a9c700;
}
/* CSS Variables */
:root {
--empire-yellow:#f5d400;
--eternal-summer:#f5e900;
--delayed-yellow:#faf600;
--chartreuse-shot:#d3d600;
--immaculate-iguana:#a9c700;
}