Color names in this palette
CSS code for this palette
/* CSS */
.giallo {
color: #f2d43a;
}
.acid-candy {
color: #a6c24c;
}
.overgrown-mausoleum {
color: #4b8b2d;
}
.san-felix {
color: #2e6b34;
}
.bia-owie-a-forest {
color: #1a4d19;
}
/* CSS Variables */
:root {
--giallo:#f2d43a;
--acid-candy:#a6c24c;
--overgrown-mausoleum:#4b8b2d;
--san-felix:#2e6b34;
--bia-owie-a-forest:#1a4d19;
}