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