Color names in this palette
CSS code for this palette
/* CSS */
.overtone {
color: #a6e2ae;
}
.fresco-green {
color: #80d6b3;
}
.cockatoo {
color: #5bc8ba;
}
.waterfall {
color: #3bba9e;
}
.stamp-pad-green {
color: #2fa78d;
}
/* CSS Variables */
:root {
--overtone:#a6e2ae;
--fresco-green:#80d6b3;
--cockatoo:#5bc8ba;
--waterfall:#3bba9e;
--stamp-pad-green:#2fa78d;
}