Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f7c34b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.sun-orange {
color: #f47b1f;
}
.fiery-glow {
color: #f14f1e;
}
.cg-red {
color: #e03a2e;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f7c34b;
--apricot-glazed-chicken:#f5a524;
--sun-orange:#f47b1f;
--fiery-glow:#f14f1e;
--cg-red:#e03a2e;
}