Color names in this palette
CSS code for this palette
/* CSS */
.amazon {
color: #3a7856;
}
.spearmint-burst {
color: #5abf89;
}
.tropical-trail {
color: #8dd8b6;
}
.mint-tea {
color: #b1f2de;
}
.honeydew {
color: #f1fff0;
}
/* CSS Variables */
:root {
--amazon:#3a7856;
--spearmint-burst:#5abf89;
--tropical-trail:#8dd8b6;
--mint-tea:#b1f2de;
--honeydew:#f1fff0;
}