Color names in this palette
CSS code for this palette
/* CSS */
.eva-green {
color: #33fa9a;
}
.wild-caribbean-green {
color: #29d69f;
}
.glass-jar-blue {
color: #1ab7a7;
}
.duvall {
color: #0a8f8f;
}
.belly-flop {
color: #00807d;
}
/* CSS Variables */
:root {
--eva-green:#33fa9a;
--wild-caribbean-green:#29d69f;
--glass-jar-blue:#1ab7a7;
--duvall:#0a8f8f;
--belly-flop:#00807d;
}