Color names in this palette
CSS code for this palette
/* CSS */
.coffee-brick {
color: #6f0b0b;
}
.rustic-rouge {
color: #9d2a2a;
}
.red-power {
color: #d83b3b;
}
.sun-orange {
color: #f47b1f;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--coffee-brick:#6f0b0b;
--rustic-rouge:#9d2a2a;
--red-power:#d83b3b;
--sun-orange:#f47b1f;
--sunshine-mellow:#f1c40e;
}