Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.tropics {
color: #009e8e;
}
.green-garlands {
color: #008075;
}
.tidal-pool {
color: #005c57;
}
.rich-black {
color: #003d3d;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--tropics:#009e8e;
--green-garlands:#008075;
--tidal-pool:#005c57;
--rich-black:#003d3d;
}