Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.dream-of-spring {
color: #f8cf2a;
}
.welcoming-wasp {
color: #f0a800;
}
.hotter-butter {
color: #e68e00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--dream-of-spring:#f8cf2a;
--welcoming-wasp:#f0a800;
--hotter-butter:#e68e00;
}