Color names in this palette
CSS code for this palette
/* CSS */
.pepperoncini {
color: #d8c64f;
}
.citrus-spice {
color: #e4d153;
}
.wake-me-up {
color: #f2d65a;
}
.cakepop-sorbet {
color: #f7c64b;
}
.yellow-groove {
color: #f9b92f;
}
/* CSS Variables */
:root {
--pepperoncini:#d8c64f;
--citrus-spice:#e4d153;
--wake-me-up:#f2d65a;
--cakepop-sorbet:#f7c64b;
--yellow-groove:#f9b92f;
}