Color names in this palette
CSS code for this palette
/* CSS */
.light-sea-cliff {
color: #b8d6e5;
}
.in-the-pink {
color: #f2c5d3;
}
.hawaiian-cream {
color: #f9e9b9;
}
.eerie-glow {
color: #a7d7b8;
}
.bright-ube {
color: #d49fe0;
}
/* CSS Variables */
:root {
--light-sea-cliff:#b8d6e5;
--in-the-pink:#f2c5d3;
--hawaiian-cream:#f9e9b9;
--eerie-glow:#a7d7b8;
--bright-ube:#d49fe0;
}