Color names in this palette
CSS code for this palette
/* CSS */
.rose-shadow {
color: #f9c3cf;
}
.pink-fit {
color: #f8a5b4;
}
.flower-blossom-pink {
color: #ef7b89;
}
.bubblegum {
color: #e85e75;
}
.cranberry-splash {
color: #da4e65;
}
/* CSS Variables */
:root {
--rose-shadow:#f9c3cf;
--pink-fit:#f8a5b4;
--flower-blossom-pink:#ef7b89;
--bubblegum:#e85e75;
--cranberry-splash:#da4e65;
}