Color names in this palette
CSS code for this palette
/* CSS */
.winter-wizard {
color: #9ee5ff;
}
.hawaiian-breeze {
color: #74c6e2;
}
.brig {
color: #4fa3c4;
}
.cote-d-azur {
color: #007a8a;
}
.turkish-aqua {
color: #005f66;
}
/* CSS Variables */
:root {
--winter-wizard:#9ee5ff;
--hawaiian-breeze:#74c6e2;
--brig:#4fa3c4;
--cote-d-azur:#007a8a;
--turkish-aqua:#005f66;
}