Color names in this palette
CSS code for this palette
/* CSS */
.grey-agate {
color: #a5b1c0;
}
.scandinavian-sky {
color: #c1d3d7;
}
.snow-cloud {
color: #e6eaeb;
}
.heart-of-ice {
color: #f5faff;
}
.powder-soft-blue {
color: #b6c8d8;
}
/* CSS Variables */
:root {
--grey-agate:#a5b1c0;
--scandinavian-sky:#c1d3d7;
--snow-cloud:#e6eaeb;
--heart-of-ice:#f5faff;
--powder-soft-blue:#b6c8d8;
}