Color names in this palette
CSS code for this palette
/* CSS */
.pesto-rosso {
color: #b93131;
}
.sagittarius-amber-artifact {
color: #f87d3f;
}
.golden-banner {
color: #f8c52a;
}
.lime-lizard {
color: #a3d55d;
}
.virgo-green-goddess {
color: #4f8b4b;
}
/* CSS Variables */
:root {
--pesto-rosso:#b93131;
--sagittarius-amber-artifact:#f87d3f;
--golden-banner:#f8c52a;
--lime-lizard:#a3d55d;
--virgo-green-goddess:#4f8b4b;
}