Color names in this palette
CSS code for this palette
/* CSS */
.winter-wizard {
color: #9ee5ff;
}
.candid-blue {
color: #6ac0e2;
}
.moonstone {
color: #3da7c2;
}
.mediterranean-sea {
color: #1e8dae;
}
.tofino-belue {
color: #0b6d9d;
}
/* CSS Variables */
:root {
--winter-wizard:#9ee5ff;
--candid-blue:#6ac0e2;
--moonstone:#3da7c2;
--mediterranean-sea:#1e8dae;
--tofino-belue:#0b6d9d;
}