Color names in this palette
CSS code for this palette
/* CSS */
.winter-wizard {
color: #9ee5ff;
}
.candid-blue {
color: #6ccae4;
}
.highlighter-blue {
color: #3ab4d9;
}
.tomb-blue {
color: #0099cc;
}
.sea-sight {
color: #007a99;
}
/* CSS Variables */
:root {
--winter-wizard:#9ee5ff;
--candid-blue:#6ccae4;
--highlighter-blue:#3ab4d9;
--tomb-blue:#0099cc;
--sea-sight:#007a99;
}