Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.honey-glow {
color: #eab543;
}
.hawaiian-cream {
color: #f9e9b9;
}
.welcoming-wasp {
color: #f0a800;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--honey-glow:#eab543;
--hawaiian-cream:#f9e9b9;
--welcoming-wasp:#f0a800;
--fleur-de-sel-caramel:#d68b00;
}