Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-shimmer {
color: #b5d9e3;
}
.ethereal-white {
color: #e6f4f2;
}
.white-nectar {
color: #f7f9d7;
}
.ice-cream-parlour {
color: #f9d5ae;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-shimmer:#b5d9e3;
--ethereal-white:#e6f4f2;
--white-nectar:#f7f9d7;
--ice-cream-parlour:#f9d5ae;
}