Color names in this palette
CSS code for this palette
/* CSS */
.mediterranean-cove {
color: #007a85;
}
.riviera-paradise {
color: #00999e;
}
.cyan-sky {
color: #00b2b3;
}
.turquoise-surf {
color: #00c4c7;
}
.aztec-turquoise {
color: #00d8db;
}
/* CSS Variables */
:root {
--mediterranean-cove:#007a85;
--riviera-paradise:#00999e;
--cyan-sky:#00b2b3;
--turquoise-surf:#00c4c7;
--aztec-turquoise:#00d8db;
}