Color names in this palette
CSS code for this palette
/* CSS */
.gilded {
color: #f5d94d;
}
.welcoming-wasp {
color: #f0a800;
}
.nanohanacha-gold {
color: #e8af2c;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.indocile-tiger {
color: #b36b00;
}
/* CSS Variables */
:root {
--gilded:#f5d94d;
--welcoming-wasp:#f0a800;
--nanohanacha-gold:#e8af2c;
--fleur-de-sel-caramel:#d68b00;
--indocile-tiger:#b36b00;
}