Color names in this palette
CSS code for this palette
/* CSS */
.sparkle-glow {
color: #f6d2b6;
}
.fallen-blossoms {
color: #f0b2c2;
}
.light-orchid {
color: #e6a7d3;
}
.york-plum {
color: #d8c1e6;
}
.blue-rice {
color: #b5d5f2;
}
/* CSS Variables */
:root {
--sparkle-glow:#f6d2b6;
--fallen-blossoms:#f0b2c2;
--light-orchid:#e6a7d3;
--york-plum:#d8c1e6;
--blue-rice:#b5d5f2;
}