Color names in this palette
CSS code for this palette
/* CSS */
.brilliant {
color: #0095a8;
}
.cyan-sky {
color: #00b2b3;
}
.jade-glass {
color: #00d6d6;
}
.vibrant-mint {
color: #00ffe6;
}
.crisp-cyan {
color: #1affff;
}
/* CSS Variables */
:root {
--brilliant:#0095a8;
--cyan-sky:#00b2b3;
--jade-glass:#00d6d6;
--vibrant-mint:#00ffe6;
--crisp-cyan:#1affff;
}