Color names in this palette
CSS code for this palette
/* CSS */
.flavescent {
color: #f6e88e;
}
.pierogi {
color: #f3d68c;
}
.butter-cream {
color: #f1b341;
}
.opulent {
color: #d68a2e;
}
.golden-lion-tamarin {
color: #c85c2d;
}
/* CSS Variables */
:root {
--flavescent:#f6e88e;
--pierogi:#f3d68c;
--butter-cream:#f1b341;
--opulent:#d68a2e;
--golden-lion-tamarin:#c85c2d;
}