Color names in this palette
CSS code for this palette
/* CSS */
.cochin-chicken {
color: #f5ba61;
}
.dodgeroll-gold {
color: #f39c12;
}
.bitter-orange {
color: #d68029;
}
.potter-s-clay {
color: #a84d29;
}
.painted-poppy {
color: #c84a3c;
}
/* CSS Variables */
:root {
--cochin-chicken:#f5ba61;
--dodgeroll-gold:#f39c12;
--bitter-orange:#d68029;
--potter-s-clay:#a84d29;
--painted-poppy:#c84a3c;
}