Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-sea {
color: #6adae7;
}
.aquarius {
color: #2ab6c6;
}
.riviera-paradise {
color: #00999e;
}
.cote-d-azur {
color: #007e85;
}
.sherpa-blue {
color: #004b4d;
}
/* CSS Variables */
:root {
--turquoise-sea:#6adae7;
--aquarius:#2ab6c6;
--riviera-paradise:#00999e;
--cote-d-azur:#007e85;
--sherpa-blue:#004b4d;
}