Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.incandescence {
color: #febf20;
}
.hawkbit {
color: #fddb6d;
}
.gold-sand {
color: #f6e5a7;
}
.ginger-peach {
color: #f9d29f;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--incandescence:#febf20;
--hawkbit:#fddb6d;
--gold-sand:#f6e5a7;
--ginger-peach:#f9d29f;
}