Color names in this palette
CSS code for this palette
/* CSS */
.estate-violet {
color: #c2c0d3;
}
.steel-mist {
color: #c7cddb;
}
.ocean-air {
color: #d9e4ed;
}
.milky-way {
color: #e7f3f4;
}
.emptiness {
color: #fcfcfc;
}
/* CSS Variables */
:root {
--estate-violet:#c2c0d3;
--steel-mist:#c7cddb;
--ocean-air:#d9e4ed;
--milky-way:#e7f3f4;
--emptiness:#fcfcfc;
}