Color names in this palette
CSS code for this palette
/* CSS */
.icy-landscape {
color: #c5e8f7;
}
.chefchaouen-blue {
color: #a5d1e9;
}
.dun-morogh-blue {
color: #82b3d9;
}
.boat-house {
color: #4c89c2;
}
.mid-blue {
color: #2a6bb7;
}
/* CSS Variables */
:root {
--icy-landscape:#c5e8f7;
--chefchaouen-blue:#a5d1e9;
--dun-morogh-blue:#82b3d9;
--boat-house:#4c89c2;
--mid-blue:#2a6bb7;
}