Color names in this palette
CSS code for this palette
/* CSS */
.cremini {
color: #d4a33a;
}
.eyelash-viper {
color: #f4c54e;
}
.venetian-yellow {
color: #f8e3a0;
}
.go-go-mango {
color: #ffb780;
}
.after-burn {
color: #ff8b61;
}
/* CSS Variables */
:root {
--cremini:#d4a33a;
--eyelash-viper:#f4c54e;
--venetian-yellow:#f8e3a0;
--go-go-mango:#ffb780;
--after-burn:#ff8b61;
}