Color names in this palette
CSS code for this palette
/* CSS */
.chickery-chick {
color: #fbeb8e;
}
.salmon-eggs {
color: #f6d360;
}
.xanthous {
color: #f2b32c;
}
.flambrosia {
color: #e6a400;
}
.festering-brown {
color: #c78b00;
}
/* CSS Variables */
:root {
--chickery-chick:#fbeb8e;
--salmon-eggs:#f6d360;
--xanthous:#f2b32c;
--flambrosia:#e6a400;
--festering-brown:#c78b00;
}