Color names in this palette
CSS code for this palette
/* CSS */
.stamp-pad-green {
color: #2ca58b;
}
.jolt-of-jade {
color: #4ebca2;
}
.tadorna-teal {
color: #7dd4b2;
}
.bay {
color: #b5e3d3;
}
.soft-mint {
color: #e6f9f1;
}
/* CSS Variables */
:root {
--stamp-pad-green:#2ca58b;
--jolt-of-jade:#4ebca2;
--tadorna-teal:#7dd4b2;
--bay:#b5e3d3;
--soft-mint:#e6f9f1;
}