Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.chat-orange {
color: #f49c3e;
}
.mandarin-rind {
color: #f5903d;
}
.sea-nettle {
color: #f67a3c;
}
.carrot {
color: #f66d37;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--chat-orange:#f49c3e;
--mandarin-rind:#f5903d;
--sea-nettle:#f67a3c;
--carrot:#f66d37;
}