Color names in this palette
CSS code for this palette
/* CSS */
.big-bus-yellow {
color: #fed98b;
}
.yellow-currant {
color: #f8c56d;
}
.casablanca {
color: #f6b151;
}
.lightning-yellow {
color: #f2a32c;
}
.clarified-butter {
color: #e6991e;
}
/* CSS Variables */
:root {
--big-bus-yellow:#fed98b;
--yellow-currant:#f8c56d;
--casablanca:#f6b151;
--lightning-yellow:#f2a32c;
--clarified-butter:#e6991e;
}