Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.mom-s-pancake {
color: #f6c655;
}
.dodgeroll-gold {
color: #f39c12;
}
.mexican-spirit {
color: #d67f38;
}
.bracken {
color: #5d3b27;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--mom-s-pancake:#f6c655;
--dodgeroll-gold:#f39c12;
--mexican-spirit:#d67f38;
--bracken:#5d3b27;
}