Color names in this palette
CSS code for this palette
/* CSS */
.xanthous {
color: #f3b530;
}
.freesia {
color: #f7c12b;
}
.limelight {
color: #f2e76e;
}
.lime-lizard {
color: #a3d55d;
}
.enamelled-dragon {
color: #49ca8c;
}
/* CSS Variables */
:root {
--xanthous:#f3b530;
--freesia:#f7c12b;
--limelight:#f2e76e;
--lime-lizard:#a3d55d;
--enamelled-dragon:#49ca8c;
}