Color names in this palette
CSS code for this palette
/* CSS */
.beer-garden {
color: #4a9d2a;
}
.green-flash {
color: #80cb4d;
}
.bilious-green {
color: #a5d86f;
}
.light-sh-shin-yellow {
color: #f4e580;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--beer-garden:#4a9d2a;
--green-flash:#80cb4d;
--bilious-green:#a5d86f;
--light-sh-shin-yellow:#f4e580;
--creamy-sweet-corn:#f9c54e;
}