Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.mad-for-mango {
color: #f5a300;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.cookie-dough {
color: #a37000;
}
.antique-bronze {
color: #6b4d00;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--mad-for-mango:#f5a300;
--fleur-de-sel-caramel:#d68b00;
--cookie-dough:#a37000;
--antique-bronze:#6b4d00;
}