Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.burst-of-lime {
color: #a8d53f;
}
.hollandaise {
color: #ffec3d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.vermilion-bird {
color: #f44034;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--burst-of-lime:#a8d53f;
--hollandaise:#ffec3d;
--creamy-sweet-corn:#f9c54e;
--vermilion-bird:#f44034;
}