Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.antique-cameo {
color: #f4b9a4;
}
.peach-damask {
color: #f5c6a8;
}
.cymophane-yellow {
color: #f1e5a7;
}
.loofah {
color: #e4d2b4;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--antique-cameo:#f4b9a4;
--peach-damask:#f5c6a8;
--cymophane-yellow:#f1e5a7;
--loofah:#e4d2b4;
}