Color names in this palette
CSS code for this palette
/* CSS */
.pepperoncini {
color: #dac24e;
}
.yellow-cream {
color: #efd56c;
}
.lemon-meringue {
color: #f6e098;
}
.urobilin {
color: #e4a921;
}
.gentleman-s-whiskey {
color: #c88c2d;
}
/* CSS Variables */
:root {
--pepperoncini:#dac24e;
--yellow-cream:#efd56c;
--lemon-meringue:#f6e098;
--urobilin:#e4a921;
--gentleman-s-whiskey:#c88c2d;
}