Color names in this palette
CSS code for this palette
/* CSS */
.melting-glacier {
color: #e8f8f3;
}
.fair-aqua {
color: #b2e0da;
}
.celestine {
color: #81c2c5;
}
.freshwater {
color: #4ea4b1;
}
.by-the-bayou {
color: #007c8f;
}
/* CSS Variables */
:root {
--melting-glacier:#e8f8f3;
--fair-aqua:#b2e0da;
--celestine:#81c2c5;
--freshwater:#4ea4b1;
--by-the-bayou:#007c8f;
}