Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.american-yellow {
color: #f5b400;
}
.cherokee-dignity {
color: #e37e26;
}
.hamburger {
color: #a34e24;
}
.chestnut-peel {
color: #6a3e2f;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--american-yellow:#f5b400;
--cherokee-dignity:#e37e26;
--hamburger:#a34e24;
--chestnut-peel:#6a3e2f;
}