Color names in this palette
CSS code for this palette
/* CSS */
.plantain-chips {
color: #d5a64d;
}
.chandra-cream {
color: #e8b85e;
}
.cornsilk-yellow {
color: #f3c66d;
}
.daisy-desi {
color: #f9df8b;
}
.garbanzo-bean {
color: #f2d2a6;
}
/* CSS Variables */
:root {
--plantain-chips:#d5a64d;
--chandra-cream:#e8b85e;
--cornsilk-yellow:#f3c66d;
--daisy-desi:#f9df8b;
--garbanzo-bean:#f2d2a6;
}