Color names in this palette
CSS code for this palette
/* CSS */
.emerald-light-green {
color: #01a267;
}
.garish-green {
color: #4abf8c;
}
.overtone {
color: #a3e1b4;
}
.delicate-sapling {
color: #d6f5df;
}
.honeydew {
color: #f5fff0;
}
/* CSS Variables */
:root {
--emerald-light-green:#01a267;
--garish-green:#4abf8c;
--overtone:#a3e1b4;
--delicate-sapling:#d6f5df;
--honeydew:#f5fff0;
}