Color names in this palette
CSS code for this palette
/* CSS */
.lawn-party {
color: #5eb070;
}
.lime-lizard {
color: #a1d55d;
}
.limelight {
color: #f3e768;
}
.amber-yellow {
color: #f9b858;
}
.carrot {
color: #f86a3a;
}
/* CSS Variables */
:root {
--lawn-party:#5eb070;
--lime-lizard:#a1d55d;
--limelight:#f3e768;
--amber-yellow:#f9b858;
--carrot:#f86a3a;
}