Color names in this palette
CSS code for this palette
/* CSS */
.camellia-rose {
color: #e64c6e;
}
.rogue-pink {
color: #f6a2c1;
}
.ice-cream-parlour {
color: #f8d5af;
}
.lightweight-beige {
color: #f7e5c5;
}
.bean-sprout {
color: #f2f9e7;
}
/* CSS Variables */
:root {
--camellia-rose:#e64c6e;
--rogue-pink:#f6a2c1;
--ice-cream-parlour:#f8d5af;
--lightweight-beige:#f7e5c5;
--bean-sprout:#f2f9e7;
}