Color names in this palette
CSS code for this palette
/* CSS */
.golden-churro {
color: #f7cb73;
}
.yellow-jubilee {
color: #fdd377;
}
.golden-opportunity {
color: #fabc70;
}
.casablanca {
color: #f6b151;
}
.chat-orange {
color: #f3963f;
}
/* CSS Variables */
:root {
--golden-churro:#f7cb73;
--yellow-jubilee:#fdd377;
--golden-opportunity:#fabc70;
--casablanca:#f6b151;
--chat-orange:#f3963f;
}