Color names in this palette
CSS code for this palette
/* CSS */
.cinderella {
color: #fad7cc;
}
.cinderella {
color: #fad7cc;
}
.just-a-tease {
color: #fad4d1;
}
.rose-shadow {
color: #f9c3ca;
}
.love-spell {
color: #f8b4c9;
}
/* CSS Variables */
:root {
--cinderella:#fad7cc;
--cinderella:#fad7cc;
--just-a-tease:#fad4d1;
--rose-shadow:#f9c3ca;
--love-spell:#f8b4c9;
}