Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.bilious-green {
color: #a5d86e;
}
.expressionism-green {
color: #50b99f;
}
.green-fondant {
color: #2a9d65;
}
.insignia {
color: #2b4d9c;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--bilious-green:#a5d86e;
--expressionism-green:#50b99f;
--green-fondant:#2a9d65;
--insignia:#2b4d9c;
}