Color names in this palette
CSS code for this palette
/* CSS */
.paradise-of-greenery {
color: #3b8c4a;
}
.citronella {
color: #69bf76;
}
.celtic-spring {
color: #a9e0b7;
}
.nettle-rash {
color: #e6f9e8;
}
.brunswick-green {
color: #1f4d3c;
}
/* CSS Variables */
:root {
--paradise-of-greenery:#3b8c4a;
--citronella:#69bf76;
--celtic-spring:#a9e0b7;
--nettle-rash:#e6f9e8;
--brunswick-green:#1f4d3c;
}