Color names in this palette
CSS code for this palette
/* CSS */
.snow-pea {
color: #6dd078;
}
.hospital-green {
color: #9be9a0;
}
.yellow-chalk {
color: #f3f7b1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--snow-pea:#6dd078;
--hospital-green:#9be9a0;
--yellow-chalk:#f3f7b1;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}