Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a5e2e9;
}
.aqua-zing {
color: #7dd8d4;
}
.veranda-blue {
color: #62b2b0;
}
.blue-chill {
color: #3b888c;
}
.moonlit-pool {
color: #1d5b5d;
}
/* CSS Variables */
:root {
--blizzard-blue:#a5e2e9;
--aqua-zing:#7dd8d4;
--veranda-blue:#62b2b0;
--blue-chill:#3b888c;
--moonlit-pool:#1d5b5d;
}