Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.plumage {
color: #00998a;
}
.hydra-turquoise {
color: #007a72;
}
.tidal-pool {
color: #005c59;
}
.customs-green {
color: #003d3b;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--plumage:#00998a;
--hydra-turquoise:#007a72;
--tidal-pool:#005c59;
--customs-green:#003d3b;
}