Color names in this palette
CSS code for this palette
/* CSS */
.herbal {
color: #2aac87;
}
.green-blue {
color: #3dbd92;
}
.vegetation {
color: #53d59a;
}
.overtone {
color: #a0e4b5;
}
.light-carolina {
color: #d2f9d4;
}
/* CSS Variables */
:root {
--herbal:#2aac87;
--green-blue:#3dbd92;
--vegetation:#53d59a;
--overtone:#a0e4b5;
--light-carolina:#d2f9d4;
}