Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.goldsmith {
color: #f0b44c;
}
.just-peachy {
color: #f8c572;
}
.dream-of-spring {
color: #f6d12c;
}
.corn {
color: #f9e75d;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--goldsmith:#f0b44c;
--just-peachy:#f8c572;
--dream-of-spring:#f6d12c;
--corn:#f9e75d;
}