Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.full-yellow {
color: #f7bc50;
}
.fire-flower {
color: #f58d38;
}
.basketball {
color: #f46a2f;
}
.benihi-red {
color: #f24e31;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--full-yellow:#f7bc50;
--fire-flower:#f58d38;
--basketball:#f46a2f;
--benihi-red:#f24e31;
}