Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.hot-sun {
color: #f8b72a;
}
.fresh-gingerbread {
color: #d96e20;
}
.jasper {
color: #d93a3d;
}
.viva-magenta {
color: #a24e8e;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--hot-sun:#f8b72a;
--fresh-gingerbread:#d96e20;
--jasper:#d93a3d;
--viva-magenta:#a24e8e;
}