Color names in this palette
CSS code for this palette
/* CSS */
.punch {
color: #d54030;
}
.lively-coral {
color: #e87f7d;
}
.butter-cream {
color: #f1b341;
}
.celery-root {
color: #d5e6b7;
}
.iridescent-green {
color: #4abf6d;
}
/* CSS Variables */
:root {
--punch:#d54030;
--lively-coral:#e87f7d;
--butter-cream:#f1b341;
--celery-root:#d5e6b7;
--iridescent-green:#4abf6d;
}