Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.last-sunlight {
color: #e5b738;
}
.maizena {
color: #f7e85e;
}
.garlic-pesto {
color: #c3d100;
}
.grasping-grass {
color: #8fb300;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--last-sunlight:#e5b738;
--maizena:#f7e85e;
--garlic-pesto:#c3d100;
--grasping-grass:#8fb300;
}