Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-whisper {
color: #fef5b4;
}
.vanilla-pudding {
color: #f3e368;
}
.liberator-gold {
color: #e8c34a;
}
.plantain-chips {
color: #d6a44c;
}
.summerset {
color: #c77d3d;
}
/* CSS Variables */
:root {
--dandelion-whisper:#fef5b4;
--vanilla-pudding:#f3e368;
--liberator-gold:#e8c34a;
--plantain-chips:#d6a44c;
--summerset:#c77d3d;
}