Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.glacier-point {
color: #b3d6e5;
}
.freezing-vapor {
color: #d3e8f3;
}
.cotton-ball {
color: #f3f9fc;
}
.mental-floss {
color: #e0b2c6;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--glacier-point:#b3d6e5;
--freezing-vapor:#d3e8f3;
--cotton-ball:#f3f9fc;
--mental-floss:#e0b2c6;
}