Color names in this palette
CSS code for this palette
/* CSS */
.scrofulous-brown {
color: #d8a43b;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.spicy-orange {
color: #d8492c;
}
.rodeo-red {
color: #a54d3b;
}
/* CSS Variables */
:root {
--scrofulous-brown:#d8a43b;
--peanut-butter-chicken:#ffb65c;
--grapefruit-pulp:#ff6e61;
--spicy-orange:#d8492c;
--rodeo-red:#a54d3b;
}