Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.caribbean-blue {
color: #1dc5d7;
}
.neon-nazar {
color: #4ee4e4;
}
.bath-water {
color: #84f0f0;
}
.duck-egg-blue {
color: #c3f9f9;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--caribbean-blue:#1dc5d7;
--neon-nazar:#4ee4e4;
--bath-water:#84f0f0;
--duck-egg-blue:#c3f9f9;
}