Color names in this palette
CSS code for this palette
/* CSS */
.demure-pink {
color: #f8d2c4;
}
.just-blush {
color: #f9b8a4;
}
.cherrystone {
color: #f49890;
}
.bubblegum {
color: #e55d76;
}
.heart-s-desire {
color: #a93d5f;
}
/* CSS Variables */
:root {
--demure-pink:#f8d2c4;
--just-blush:#f9b8a4;
--cherrystone:#f49890;
--bubblegum:#e55d76;
--heart-s-desire:#a93d5f;
}