Color names in this palette
CSS code for this palette
/* CSS */
.winter-wizard {
color: #9ee5ff;
}
.candid-blue {
color: #6bc5e6;
}
.skydome {
color: #3aa7cf;
}
.honolulu-blue {
color: #007ebd;
}
.felix {
color: #005d8f;
}
/* CSS Variables */
:root {
--winter-wizard:#9ee5ff;
--candid-blue:#6bc5e6;
--skydome:#3aa7cf;
--honolulu-blue:#007ebd;
--felix:#005d8f;
}