Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.beach-party {
color: #fbd35b;
}
.venetian-yellow {
color: #f7e3a1;
}
.plague-brown {
color: #e0b700;
}
.fleur-de-sel-caramel {
color: #d68800;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--beach-party:#fbd35b;
--venetian-yellow:#f7e3a1;
--plague-brown:#e0b700;
--fleur-de-sel-caramel:#d68800;
}