Color names in this palette
CSS code for this palette
/* CSS */
.green-glow {
color: #a8c658;
}
.tart-apple {
color: #b7d87d;
}
.celery-scepter {
color: #e0e09e;
}
.maiden-hair {
color: #f3e9c9;
}
.copper-river {
color: #f5a26b;
}
/* CSS Variables */
:root {
--green-glow:#a8c658;
--tart-apple:#b7d87d;
--celery-scepter:#e0e09e;
--maiden-hair:#f3e9c9;
--copper-river:#f5a26b;
}