Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8df;
}
.petals-unfolding {
color: #f4b8c3;
}
.vanilla {
color: #f3e4aa;
}
.two-harbours {
color: #bfd5e3;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8df;
--petals-unfolding:#f4b8c3;
--vanilla:#f3e4aa;
--two-harbours:#bfd5e3;
--eerie-glow:#a7d7b8;
}