Color names in this palette
CSS code for this palette
/* CSS */
.vanilla-delight {
color: #f5e8d6;
}
.avid-apricot {
color: #f3c5a0;
}
.coral-dust {
color: #f1a888;
}
.sizzling-sunset {
color: #f07d4c;
}
.fireglow {
color: #d55f3f;
}
/* CSS Variables */
:root {
--vanilla-delight:#f5e8d6;
--avid-apricot:#f3c5a0;
--coral-dust:#f1a888;
--sizzling-sunset:#f07d4c;
--fireglow:#d55f3f;
}