Color names in this palette
CSS code for this palette
/* CSS */
.gem-silica {
color: #79c3a7;
}
.green-trance {
color: #a2d59f;
}
.fall-green {
color: #e5f8b9;
}
.boxwood-yellow {
color: #f1e5a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--gem-silica:#79c3a7;
--green-trance:#a2d59f;
--fall-green:#e5f8b9;
--boxwood-yellow:#f1e5a2;
--creamy-sweet-corn:#f9c54e;
}