Color names in this palette
CSS code for this palette
/* CSS */
.tropic-turquoise {
color: #6bb3a2;
}
.petrol-green {
color: #4f9c8d;
}
.copper-mineral-green {
color: #3a7e79;
}
.calypso-green {
color: #2b5f5f;
}
.royal-neptune {
color: #1e3e3e;
}
/* CSS Variables */
:root {
--tropic-turquoise:#6bb3a2;
--petrol-green:#4f9c8d;
--copper-mineral-green:#3a7e79;
--calypso-green:#2b5f5f;
--royal-neptune:#1e3e3e;
}