Color names in this palette
CSS code for this palette
/* CSS */
.bitter-orange {
color: #d67d29;
}
.dried-goldenrod {
color: #e0a929;
}
.summer-field {
color: #e2c178;
}
.ginger-ale {
color: #c8a66a;
}
.khaki-brown {
color: #984d2a;
}
/* CSS Variables */
:root {
--bitter-orange:#d67d29;
--dried-goldenrod:#e0a929;
--summer-field:#e2c178;
--ginger-ale:#c8a66a;
--khaki-brown:#984d2a;
}