Color names in this palette
CSS code for this palette
/* CSS */
.hull-red {
color: #4d0f0f;
}
.chocolate-bhut-jolokia {
color: #7d2b2b;
}
.red-trillium {
color: #c74d4d;
}
.carrot {
color: #ff713d;
}
.fall-gold {
color: #ffbd38;
}
/* CSS Variables */
:root {
--hull-red:#4d0f0f;
--chocolate-bhut-jolokia:#7d2b2b;
--red-trillium:#c74d4d;
--carrot:#ff713d;
--fall-gold:#ffbd38;
}