Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.nevada-sky {
color: #a2d7e7;
}
.snow-ballet {
color: #dff1e8;
}
.star-studded {
color: #f9ebae;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--nevada-sky:#a2d7e7;
--snow-ballet:#dff1e8;
--star-studded:#f9ebae;
--snow-white-blush:#f9aeae;
}