Color names in this palette
CSS code for this palette
/* CSS */
.pepperoncini {
color: #d5c653;
}
.lazy-daisy {
color: #f8e9a0;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.rich-gardenia {
color: #f67c4c;
}
.horror-snob {
color: #d64c4c;
}
/* CSS Variables */
:root {
--pepperoncini:#d5c653;
--lazy-daisy:#f8e9a0;
--apricot-glazed-chicken:#f5a524;
--rich-gardenia:#f67c4c;
--horror-snob:#d64c4c;
}