Color names in this palette
CSS code for this palette
/* CSS */
.nervy-hue {
color: #d8c65f;
}
.corn {
color: #f9e75d;
}
.maximum-yellow-red {
color: #f4b848;
}
.sun-orange {
color: #f47b1f;
}
.pompeii-red {
color: #d44a2b;
}
/* CSS Variables */
:root {
--nervy-hue:#d8c65f;
--corn:#f9e75d;
--maximum-yellow-red:#f4b848;
--sun-orange:#f47b1f;
--pompeii-red:#d44a2b;
}