Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.koji-orange {
color: #f7a94a;
}
.sea-nettle {
color: #f57a2e;
}
.peanut-butter-jelly {
color: #c94c26;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--koji-orange:#f7a94a;
--sea-nettle:#f57a2e;
--peanut-butter-jelly:#c94c26;
--polished-apple:#8c2b2b;
}