Color names in this palette
CSS code for this palette
/* CSS */
.maizena {
color: #f6ec60;
}
.golden-opportunity {
color: #f5c270;
}
.chat-orange {
color: #f49c3e;
}
.orange-zest {
color: #f16e27;
}
.nasturtium-flower {
color: #e94f1c;
}
/* CSS Variables */
:root {
--maizena:#f6ec60;
--golden-opportunity:#f5c270;
--chat-orange:#f49c3e;
--orange-zest:#f16e27;
--nasturtium-flower:#e94f1c;
}