Color names in this palette
CSS code for this palette
/* CSS */
.fall-gold {
color: #ffc038;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.kaihau-express {
color: #d14900;
}
.chocolate-fondue {
color: #9e2a00;
}
.baragon-brown {
color: #5c0f00;
}
/* CSS Variables */
:root {
--fall-gold:#ffc038;
--royal-flycatcher-crest:#f06c00;
--kaihau-express:#d14900;
--chocolate-fondue:#9e2a00;
--baragon-brown:#5c0f00;
}