Color names in this palette
CSS code for this palette
/* CSS */
.gambol-gold {
color: #e3b04a;
}
.hamburger {
color: #a85024;
}
.coral-gold {
color: #d8714b;
}
.ash-yellow {
color: #f3c17c;
}
.convivial-yellow {
color: #e8d5b0;
}
/* CSS Variables */
:root {
--gambol-gold:#e3b04a;
--hamburger:#a85024;
--coral-gold:#d8714b;
--ash-yellow:#f3c17c;
--convivial-yellow:#e8d5b0;
}