Color names in this palette
CSS code for this palette
/* CSS */
.dark-turquoise {
color: #005a5c;
}
.corfu-shallows {
color: #008f8f;
}
.cyan-sky {
color: #00bdbd;
}
.bright-turquoise {
color: #00e5e6;
}
.glitchy-shader-blue {
color: #9efffa;
}
/* CSS Variables */
:root {
--dark-turquoise:#005a5c;
--corfu-shallows:#008f8f;
--cyan-sky:#00bdbd;
--bright-turquoise:#00e5e6;
--glitchy-shader-blue:#9efffa;
}