Color names in this palette
CSS code for this palette
/* CSS */
.avid-apricot {
color: #f3c5a0;
}
.candlelight-peach {
color: #f8a2a0;
}
.consumed-by-fire {
color: #f47f1f;
}
.softsun {
color: #f3c93f;
}
.candlewick {
color: #f2ebd4;
}
/* CSS Variables */
:root {
--avid-apricot:#f3c5a0;
--candlelight-peach:#f8a2a0;
--consumed-by-fire:#f47f1f;
--softsun:#f3c93f;
--candlewick:#f2ebd4;
}