Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.fleur-de-sel-caramel {
color: #d68800;
}
.philippine-gold {
color: #b37100;
}
.spear-shaft {
color: #8a5a00;
}
.ayahuasca-vine {
color: #6b4f00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--fleur-de-sel-caramel:#d68800;
--philippine-gold:#b37100;
--spear-shaft:#8a5a00;
--ayahuasca-vine:#6b4f00;
}