Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #daa44e;
}
.bitter-orange {
color: #d67a29;
}
.raucous-orange {
color: #be4f2d;
}
.radish {
color: #a22a3e;
}
.true-purple {
color: #6f2c90;
}
/* CSS Variables */
:root {
--angel-food-cake:#daa44e;
--bitter-orange:#d67a29;
--raucous-orange:#be4f2d;
--radish:#a22a3e;
--true-purple:#6f2c90;
}