Color names in this palette
CSS code for this palette
/* CSS */
.fresco-cream {
color: #f8c9a5;
}
.candied-yams {
color: #f6a665;
}
.holland-tulip {
color: #f7984b;
}
.coral-orange {
color: #e26c4b;
}
.smooch-rouge {
color: #d44047;
}
/* CSS Variables */
:root {
--fresco-cream:#f8c9a5;
--candied-yams:#f6a665;
--holland-tulip:#f7984b;
--coral-orange:#e26c4b;
--smooch-rouge:#d44047;
}