Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f5c2c8;
}
.cool-cream {
color: #fbe3da;
}
.illuminated {
color: #f9e5d7;
}
.antique-cameo {
color: #f3b7a0;
}
.chantilly {
color: #eab8c9;
}
/* CSS Variables */
:root {
--rose-reminder:#f5c2c8;
--cool-cream:#fbe3da;
--illuminated:#f9e5d7;
--antique-cameo:#f3b7a0;
--chantilly:#eab8c9;
}