Color names in this palette
CSS code for this palette
/* CSS */
.fennel-flower {
color: #7a99ff;
}
.ice-cold-stare {
color: #b3d1ff;
}
.electric-lavender {
color: #f4c2ff;
}
.cherry-blossom-pink {
color: #ffb3c7;
}
.pink-glamour {
color: #ff7a7a;
}
/* CSS Variables */
:root {
--fennel-flower:#7a99ff;
--ice-cold-stare:#b3d1ff;
--electric-lavender:#f4c2ff;
--cherry-blossom-pink:#ffb3c7;
--pink-glamour:#ff7a7a;
}