Color names in this palette
CSS code for this palette
/* CSS */
.opaline-green {
color: #a2c478;
}
.aloe-vera-green {
color: #7c9c3a;
}
.tree-shade {
color: #4a6a29;
}
.apple-bob {
color: #d3e59f;
}
.amnesiac-white {
color: #f9faeb;
}
/* CSS Variables */
:root {
--opaline-green:#a2c478;
--aloe-vera-green:#7c9c3a;
--tree-shade:#4a6a29;
--apple-bob:#d3e59f;
--amnesiac-white:#f9faeb;
}