Color names in this palette
CSS code for this palette
/* CSS */
.melting-glacier {
color: #e8f7f4;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.meltwater {
color: #7ac3c7;
}
.freshwater {
color: #4ea4b1;
}
.bermuda {
color: #1f7c8e;
}
/* CSS Variables */
:root {
--melting-glacier:#e8f7f4;
--frosty-soft-blue:#b2e0e0;
--meltwater:#7ac3c7;
--freshwater:#4ea4b1;
--bermuda:#1f7c8e;
}