Color names in this palette
CSS code for this palette
/* CSS */
.naive-peach {
color: #fce7d4;
}
.peach-damask {
color: #f7c6a6;
}
.apricot-jam {
color: #f2a76e;
}
.troll-slayer-orange {
color: #efa14d;
}
.caramelize {
color: #d68c38;
}
/* CSS Variables */
:root {
--naive-peach:#fce7d4;
--peach-damask:#f7c6a6;
--apricot-jam:#f2a76e;
--troll-slayer-orange:#efa14d;
--caramelize:#d68c38;
}