Color names in this palette
CSS code for this palette
/* CSS */
.spanish-yellow {
color: #f2b50d;
}
.crispy-chicken-skin {
color: #d9a745;
}
.scarecrow-frown {
color: #a45b2d;
}
.chocolate-bhut-jolokia {
color: #792a2d;
}
.india-ink {
color: #3c394c;
}
/* CSS Variables */
:root {
--spanish-yellow:#f2b50d;
--crispy-chicken-skin:#d9a745;
--scarecrow-frown:#a45b2d;
--chocolate-bhut-jolokia:#792a2d;
--india-ink:#3c394c;
}