Color names in this palette
CSS code for this palette
/* CSS */
.candlelight-peach {
color: #f9a19f;
}
.creamy-strawberry {
color: #fbd0dc;
}
.naive-peach {
color: #fce7d4;
}
.custard-puff {
color: #fbecb1;
}
.durango-dust {
color: #fbe6a2;
}
/* CSS Variables */
:root {
--candlelight-peach:#f9a19f;
--creamy-strawberry:#fbd0dc;
--naive-peach:#fce7d4;
--custard-puff:#fbecb1;
--durango-dust:#fbe6a2;
}