Color names in this palette
CSS code for this palette
/* CSS */
.winter-wizard {
color: #9ee5ff;
}
.candid-blue {
color: #6cc4e4;
}
.oasis-spring {
color: #48a3c7;
}
.kings-of-sea {
color: #2d819f;
}
.saltwater-denim {
color: #1b5b79;
}
/* CSS Variables */
:root {
--winter-wizard:#9ee5ff;
--candid-blue:#6cc4e4;
--oasis-spring:#48a3c7;
--kings-of-sea:#2d819f;
--saltwater-denim:#1b5b79;
}