Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #81b4c5;
}
.midwinter-mist {
color: #a3d0db;
}
.icy-water {
color: #bce3e6;
}
.milky-way {
color: #e7f6f9;
}
.dr-white {
color: #f9fafb;
}
/* CSS Variables */
:root {
--heavenly:#81b4c5;
--midwinter-mist:#a3d0db;
--icy-water:#bce3e6;
--milky-way:#e7f6f9;
--dr-white:#f9fafb;
}