Color names in this palette
CSS code for this palette
/* CSS */
.winter-wizard {
color: #9ee5ff;
}
.middle-blue {
color: #7ed4e7;
}
.aztec-sky {
color: #4cb4d6;
}
.algiers-blue {
color: #008fb3;
}
.cote-d-azur {
color: #007a8a;
}
/* CSS Variables */
:root {
--winter-wizard:#9ee5ff;
--middle-blue:#7ed4e7;
--aztec-sky:#4cb4d6;
--algiers-blue:#008fb3;
--cote-d-azur:#007a8a;
}