Color names in this palette
CSS code for this palette
/* CSS */
.mustard-musketeers {
color: #d6a529;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sport-yellow {
color: #f2d578;
}
.colorado-peach {
color: #e69c4c;
}
.texas-ranger-brown {
color: #a04b2c;
}
/* CSS Variables */
:root {
--mustard-musketeers:#d6a529;
--solar-plexus-chakra:#f1c84b;
--sport-yellow:#f2d578;
--colorado-peach:#e69c4c;
--texas-ranger-brown:#a04b2c;
}