Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.prettiest-pink {
color: #e3a5c7;
}
.straw-hat {
color: #f0d2a8;
}
.lazy-daisy {
color: #f6e8a2;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--prettiest-pink:#e3a5c7;
--straw-hat:#f0d2a8;
--lazy-daisy:#f6e8a2;
--eerie-glow:#a7d7b8;
}