Color names in this palette
CSS code for this palette
/* CSS */
.sterling-blue {
color: #a4b7c1;
}
.ballad-blue {
color: #c0d0d8;
}
.snow-cloud {
color: #e5e9eb;
}
.white-chalk {
color: #f8f4f2;
}
.denim-light {
color: #b7cad7;
}
/* CSS Variables */
:root {
--sterling-blue:#a4b7c1;
--ballad-blue:#c0d0d8;
--snow-cloud:#e5e9eb;
--white-chalk:#f8f4f2;
--denim-light:#b7cad7;
}