Color names in this palette
CSS code for this palette
/* CSS */
.winter-wizard {
color: #9ee5ff;
}
.candid-blue {
color: #6fc7e2;
}
.aztec-sky {
color: #4cb8d6;
}
.astrolabe-reef {
color: #2d99c8;
}
.hidden-springs {
color: #1a8bb7;
}
/* CSS Variables */
:root {
--winter-wizard:#9ee5ff;
--candid-blue:#6fc7e2;
--aztec-sky:#4cb8d6;
--astrolabe-reef:#2d99c8;
--hidden-springs:#1a8bb7;
}