Color names in this palette
CSS code for this palette
/* CSS */
.pale-frost {
color: #c7e0f0;
}
.chefchaouen-blue {
color: #a2d3e7;
}
.norfolk-sky {
color: #6cb8e4;
}
.highlighter-blue {
color: #3eb2e0;
}
.munsell-blue {
color: #0092b3;
}
/* CSS Variables */
:root {
--pale-frost:#c7e0f0;
--chefchaouen-blue:#a2d3e7;
--norfolk-sky:#6cb8e4;
--highlighter-blue:#3eb2e0;
--munsell-blue:#0092b3;
}