Color names in this palette
CSS code for this palette
/* CSS */
.flower-spell {
color: #fec8d8;
}
.pink-fit {
color: #f6a7b2;
}
.flower-blossom-pink {
color: #f67e8a;
}
.kenny-s-kiss {
color: #d65c76;
}
.rouge-like {
color: #a54062;
}
/* CSS Variables */
:root {
--flower-spell:#fec8d8;
--pink-fit:#f6a7b2;
--flower-blossom-pink:#f67e8a;
--kenny-s-kiss:#d65c76;
--rouge-like:#a54062;
}