Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a8b2;
}
.soft-cashmere {
color: #f3b4d6;
}
.laelia-pink {
color: #f7c5e0;
}
.hawaiian-cream {
color: #f9e6b9;
}
.rogue-pink {
color: #f8a0c2;
}
/* CSS Variables */
:root {
--pink-fit:#f5a8b2;
--soft-cashmere:#f3b4d6;
--laelia-pink:#f7c5e0;
--hawaiian-cream:#f9e6b9;
--rogue-pink:#f8a0c2;
}