Color names in this palette
CSS code for this palette
/* CSS */
.golden-glow {
color: #f8d77c;
}
.dairy-made {
color: #f5b53d;
}
.dodgeroll-gold {
color: #f39c12;
}
.flame {
color: #e05a29;
}
.primal-red {
color: #a92d4e;
}
/* CSS Variables */
:root {
--golden-glow:#f8d77c;
--dairy-made:#f5b53d;
--dodgeroll-gold:#f39c12;
--flame:#e05a29;
--primal-red:#a92d4e;
}