Color names in this palette
CSS code for this palette
/* CSS */
.punch {
color: #dc4332;
}
.chinese-orange {
color: #f46c3e;
}
.mango-margarita {
color: #f8b74f;
}
.spring-yellow {
color: #f2e67d;
}
.midsummer-field {
color: #8dd34a;
}
/* CSS Variables */
:root {
--punch:#dc4332;
--chinese-orange:#f46c3e;
--mango-margarita:#f8b74f;
--spring-yellow:#f2e67d;
--midsummer-field:#8dd34a;
}