Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.squash-blossom {
color: #f6b83c;
}
.dancing-daisy {
color: #f4c857;
}
.rapunzel {
color: #f4d780;
}
.venetian-yellow {
color: #f4e69f;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--squash-blossom:#f6b83c;
--dancing-daisy:#f4c857;
--rapunzel:#f4d780;
--venetian-yellow:#f4e69f;
}