Color names in this palette
CSS code for this palette
/* CSS */
.bathe-blue {
color: #c2e0e5;
}
.iced-aqua {
color: #a6d5d8;
}
.not-a-cloud-in-sight {
color: #80c7d6;
}
.heritage-blue {
color: #4c99b8;
}
.valley-of-glaciers {
color: #2b7a9c;
}
/* CSS Variables */
:root {
--bathe-blue:#c2e0e5;
--iced-aqua:#a6d5d8;
--not-a-cloud-in-sight:#80c7d6;
--heritage-blue:#4c99b8;
--valley-of-glaciers:#2b7a9c;
}