Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-enamel {
color: #005e66;
}
.egyptian-teal {
color: #008c8f;
}
.cyan-sky {
color: #00b3b0;
}
.aztec-turquoise {
color: #00d8db;
}
.turquoise-blue {
color: #00fff2;
}
/* CSS Variables */
:root {
--egyptian-enamel:#005e66;
--egyptian-teal:#008c8f;
--cyan-sky:#00b3b0;
--aztec-turquoise:#00d8db;
--turquoise-blue:#00fff2;
}