Color names in this palette
CSS code for this palette
/* CSS */
.discover-deco {
color: #4c9a4e;
}
.fluorescence {
color: #8dd07c;
}
.cactus-spike {
color: #c2e0a4;
}
.yellow-chalk {
color: #f3f7b1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--discover-deco:#4c9a4e;
--fluorescence:#8dd07c;
--cactus-spike:#c2e0a4;
--yellow-chalk:#f3f7b1;
--creamy-sweet-corn:#f9c54e;
}