Color names in this palette
CSS code for this palette
/* CSS */
.bright-forest {
color: #6a8d4e;
}
.gleeful {
color: #9ebf7d;
}
.leaf-yellow {
color: #e8d59c;
}
.fuel-yellow {
color: #d28f37;
}
.emotional {
color: #c35b46;
}
/* CSS Variables */
:root {
--bright-forest:#6a8d4e;
--gleeful:#9ebf7d;
--leaf-yellow:#e8d59c;
--fuel-yellow:#d28f37;
--emotional:#c35b46;
}