Color names in this palette
CSS code for this palette
/* CSS */
.bilious-green {
color: #a6d56c;
}
.devil-s-grass {
color: #4cae4f;
}
.resplendent-growth {
color: #3a8b37;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--bilious-green:#a6d56c;
--devil-s-grass:#4cae4f;
--resplendent-growth:#3a8b37;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}