Color names in this palette
CSS code for this palette
/* CSS */
.still-morning {
color: #fef8e1;
}
.inviting-ivory {
color: #f1d5b1;
}
.sumptuous-peach {
color: #e2ba9d;
}
.pinkish-tan {
color: #d79f7f;
}
.water-persimmon {
color: #b96a5f;
}
/* CSS Variables */
:root {
--still-morning:#fef8e1;
--inviting-ivory:#f1d5b1;
--sumptuous-peach:#e2ba9d;
--pinkish-tan:#d79f7f;
--water-persimmon:#b96a5f;
}