Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.squash-blossom {
color: #f6b83c;
}
.mad-for-mango {
color: #f5a300;
}
.radiant-yellow {
color: #f69e23;
}
.orange-crush {
color: #ef782e;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--squash-blossom:#f6b83c;
--mad-for-mango:#f5a300;
--radiant-yellow:#f69e23;
--orange-crush:#ef782e;
}