Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.welcoming-wasp {
color: #f0a800;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.indocile-tiger {
color: #b86e00;
}
.pickled-grape-leaves {
color: #7a5000;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--welcoming-wasp:#f0a800;
--fleur-de-sel-caramel:#d68b00;
--indocile-tiger:#b86e00;
--pickled-grape-leaves:#7a5000;
}