Color names in this palette
CSS code for this palette
/* CSS */
.bride-s-blush {
color: #f9e1e1;
}
.pink-lace {
color: #f6cbd8;
}
.emperor-s-children {
color: #f1a2b8;
}
.cupid-s-arrow {
color: #ec698a;
}
.lipstick {
color: #c85b88;
}
/* CSS Variables */
:root {
--bride-s-blush:#f9e1e1;
--pink-lace:#f6cbd8;
--emperor-s-children:#f1a2b8;
--cupid-s-arrow:#ec698a;
--lipstick:#c85b88;
}