Color names in this palette
CSS code for this palette
/* CSS */
.full-yellow {
color: #f7bf50;
}
.egyptian-gold {
color: #f0a94c;
}
.texas-longhorn {
color: #e28c3c;
}
.bitter-orange {
color: #d1752e;
}
.brown-alpaca {
color: #b96e2d;
}
/* CSS Variables */
:root {
--full-yellow:#f7bf50;
--egyptian-gold:#f0a94c;
--texas-longhorn:#e28c3c;
--bitter-orange:#d1752e;
--brown-alpaca:#b96e2d;
}