Color names in this palette
CSS code for this palette
/* CSS */
.gold-red {
color: #e74f04;
}
.pesto-calabrese {
color: #f79022;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.dynamic-green {
color: #a2d94a;
}
.ballyhoo {
color: #5a9f3c;
}
/* CSS Variables */
:root {
--gold-red:#e74f04;
--pesto-calabrese:#f79022;
--creamy-sweet-corn:#f9c54e;
--dynamic-green:#a2d94a;
--ballyhoo:#5a9f3c;
}