Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f5b9a3;
}
.peach-damask {
color: #f9c6a9;
}
.naive-peach {
color: #fce7d4;
}
.cupcake-rose {
color: #e6c8b7;
}
.la-vie-en-rose {
color: #d4a5a1;
}
/* CSS Variables */
:root {
--certain-peach:#f5b9a3;
--peach-damask:#f9c6a9;
--naive-peach:#fce7d4;
--cupcake-rose:#e6c8b7;
--la-vie-en-rose:#d4a5a1;
}