Color names in this palette
CSS code for this palette
/* CSS */
.cheddar-biscuit {
color: #d3ab88;
}
.dandelion-wish {
color: #e3bb63;
}
.mom-s-pancake {
color: #f8c754;
}
.day-glow-orange {
color: #e95c35;
}
.mexican-moonlight {
color: #ca9286;
}
/* CSS Variables */
:root {
--cheddar-biscuit:#d3ab88;
--dandelion-wish:#e3bb63;
--mom-s-pancake:#f8c754;
--day-glow-orange:#e95c35;
--mexican-moonlight:#ca9286;
}