Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8df;
}
.icy-landscape {
color: #c5e5f7;
}
.bunny-cake {
color: #f0b2d0;
}
.yellow-essence {
color: #fae3b7;
}
.candy-heart-pink {
color: #f7a1a1;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8df;
--icy-landscape:#c5e5f7;
--bunny-cake:#f0b2d0;
--yellow-essence:#fae3b7;
--candy-heart-pink:#f7a1a1;
}