Color names in this palette
CSS code for this palette
/* CSS */
.candlelight-peach {
color: #f9a79f;
}
.peach-temptation {
color: #f4c3b3;
}
.cono-de-vainilla {
color: #f0d8b7;
}
.dried-plantain {
color: #e6d0a8;
}
.bespoke {
color: #d4b8a0;
}
/* CSS Variables */
:root {
--candlelight-peach:#f9a79f;
--peach-temptation:#f4c3b3;
--cono-de-vainilla:#f0d8b7;
--dried-plantain:#e6d0a8;
--bespoke:#d4b8a0;
}