Color names in this palette
CSS code for this palette
/* CSS */
.white-chocolate {
color: #f0e3c7;
}
.serene-pink {
color: #f7c7b6;
}
.harmonious-rose {
color: #f79cba;
}
.luminous-lavender {
color: #c28fef;
}
.perrywinkle {
color: #8b92e9;
}
/* CSS Variables */
:root {
--white-chocolate:#f0e3c7;
--serene-pink:#f7c7b6;
--harmonious-rose:#f79cba;
--luminous-lavender:#c28fef;
--perrywinkle:#8b92e9;
}