Color names in this palette
CSS code for this palette
/* CSS */
.golden-banner {
color: #f8c52a;
}
.chat-orange {
color: #f69f3c;
}
.sea-nettle {
color: #f57a2e;
}
.spicy-orange {
color: #d64a2e;
}
.chocolate-chili {
color: #a93e2d;
}
/* CSS Variables */
:root {
--golden-banner:#f8c52a;
--chat-orange:#f69f3c;
--sea-nettle:#f57a2e;
--spicy-orange:#d64a2e;
--chocolate-chili:#a93e2d;
}