Color names in this palette
CSS code for this palette
/* CSS */
.melting-glacier {
color: #e6f9f6;
}
.early-july {
color: #a5dde9;
}
.rushing-stream {
color: #67c3da;
}
.sparkling-cove {
color: #2ea3b8;
}
.cote-d-azur {
color: #007a8a;
}
/* CSS Variables */
:root {
--melting-glacier:#e6f9f6;
--early-july:#a5dde9;
--rushing-stream:#67c3da;
--sparkling-cove:#2ea3b8;
--cote-d-azur:#007a8a;
}