Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.serene-pink {
color: #f6c8b6;
}
.creamy-lemon {
color: #fff1b3;
}
.polar-blue {
color: #b2e1e6;
}
.light-sky-babe {
color: #9fd2df;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--serene-pink:#f6c8b6;
--creamy-lemon:#fff1b3;
--polar-blue:#b2e1e6;
--light-sky-babe:#9fd2df;
}