Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.pure-apple {
color: #69bf4a;
}
.crystal-green {
color: #a2d779;
}
.spring-yellow {
color: #f1e57e;
}
.bright-gold {
color: #d2a056;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--pure-apple:#69bf4a;
--crystal-green:#a2d779;
--spring-yellow:#f1e57e;
--bright-gold:#d2a056;
}