Color names in this palette
CSS code for this palette
/* CSS */
.lemon-meringue {
color: #f6e298;
}
.syndicalist {
color: #f5c400;
}
.wiener-schnitzel {
color: #f09c00;
}
.pumpkin-soup {
color: #e07b00;
}
.sludge {
color: #c76a00;
}
/* CSS Variables */
:root {
--lemon-meringue:#f6e298;
--syndicalist:#f5c400;
--wiener-schnitzel:#f09c00;
--pumpkin-soup:#e07b00;
--sludge:#c76a00;
}