Color names in this palette
CSS code for this palette
/* CSS */
.formal-garden {
color: #3b9b4b;
}
.emerald-cory {
color: #5abf6e;
}
.ragweed {
color: #7de89a;
}
.ultra-mint {
color: #a2f1b6;
}
.cactus-water {
color: #cef8e3;
}
/* CSS Variables */
:root {
--formal-garden:#3b9b4b;
--emerald-cory:#5abf6e;
--ragweed:#7de89a;
--ultra-mint:#a2f1b6;
--cactus-water:#cef8e3;
}