Color names in this palette
CSS code for this palette
/* CSS */
.gusto-gold {
color: #f6a523;
}
.butter-muffin {
color: #f8e0b4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.l-l-red {
color: #d95c26;
}
.edocha {
color: #a73b2a;
}
/* CSS Variables */
:root {
--gusto-gold:#f6a523;
--butter-muffin:#f8e0b4;
--grapefruit-pulp:#ff6e61;
--l-l-red:#d95c26;
--edocha:#a73b2a;
}