Color names in this palette
CSS code for this palette
/* CSS */
.aztec-turquoise {
color: #00cee0;
}
.scuba-blue {
color: #00a1c2;
}
.cote-d-azur {
color: #007a8a;
}
.oceanside {
color: #00596b;
}
.dark-denim-blue {
color: #003d4d;
}
/* CSS Variables */
:root {
--aztec-turquoise:#00cee0;
--scuba-blue:#00a1c2;
--cote-d-azur:#007a8a;
--oceanside:#00596b;
--dark-denim-blue:#003d4d;
}