Color names in this palette
CSS code for this palette
/* CSS */
.parsnip {
color: #d7c498;
}
.italian-straw {
color: #e8d1a1;
}
.cookies-and-cream {
color: #f0e0b2;
}
.icy-lemonade {
color: #f6e8b1;
}
.daylily-yellow {
color: #f9f1d2;
}
/* CSS Variables */
:root {
--parsnip:#d7c498;
--italian-straw:#e8d1a1;
--cookies-and-cream:#f0e0b2;
--icy-lemonade:#f6e8b1;
--daylily-yellow:#f9f1d2;
}