Color names in this palette
CSS code for this palette
/* CSS */
.cosmetic-red {
color: #a45b7d;
}
.luminous-pink {
color: #da717f;
}
.cherrystone {
color: #f59a8e;
}
.apricot-obsession {
color: #f7c2b6;
}
.havana-cream {
color: #f9e7c3;
}
/* CSS Variables */
:root {
--cosmetic-red:#a45b7d;
--luminous-pink:#da717f;
--cherrystone:#f59a8e;
--apricot-obsession:#f7c2b6;
--havana-cream:#f9e7c3;
}