Color names in this palette
CSS code for this palette
/* CSS */
.winter-bloom {
color: #5e2c4f;
}
.lacy-mist {
color: #a67d8f;
}
.foxy-lady {
color: #d9a6b1;
}
.cupid-arrow {
color: #f4e1e2;
}
.biscuit-cream {
color: #f9ccb9;
}
/* CSS Variables */
:root {
--winter-bloom:#5e2c4f;
--lacy-mist:#a67d8f;
--foxy-lady:#d9a6b1;
--cupid-arrow:#f4e1e2;
--biscuit-cream:#f9ccb9;
}