Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.turquoise-panic {
color: #39d0d0;
}
.near-moon {
color: #60e2e2;
}
.bath-water {
color: #86f3f3;
}
.affen-turquoise {
color: #a5fdfd;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--turquoise-panic:#39d0d0;
--near-moon:#60e2e2;
--bath-water:#86f3f3;
--affen-turquoise:#a5fdfd;
}