Color names in this palette
CSS code for this palette
/* CSS */
.citronella {
color: #69bf7a;
}
.klimt-green {
color: #3d9e81;
}
.green-belt {
color: #2c7d6f;
}
.aragon-green {
color: #4bbe83;
}
.mother-of-pearl-green {
color: #8fd6a2;
}
/* CSS Variables */
:root {
--citronella:#69bf7a;
--klimt-green:#3d9e81;
--green-belt:#2c7d6f;
--aragon-green:#4bbe83;
--mother-of-pearl-green:#8fd6a2;
}