Color names in this palette
CSS code for this palette
/* CSS */
.simple-serenity {
color: #c7d9e5;
}
.blue-pot {
color: #a2b1c3;
}
.tickled-pink {
color: #f1a7c3;
}
.manga-pink {
color: #f6b6d6;
}
.lemon-filling {
color: #f9e7a4;
}
/* CSS Variables */
:root {
--simple-serenity:#c7d9e5;
--blue-pot:#a2b1c3;
--tickled-pink:#f1a7c3;
--manga-pink:#f6b6d6;
--lemon-filling:#f9e7a4;
}