Color names in this palette
CSS code for this palette
/* CSS */
.cerulean-frost {
color: #6b9bc2;
}
.winter-shadow {
color: #4f6b7d;
}
.man-friday {
color: #3d4f5c;
}
.denim-light {
color: #b7cad7;
}
.coastal-breeze {
color: #e1f5f9;
}
/* CSS Variables */
:root {
--cerulean-frost:#6b9bc2;
--winter-shadow:#4f6b7d;
--man-friday:#3d4f5c;
--denim-light:#b7cad7;
--coastal-breeze:#e1f5f9;
}