Color names in this palette
CSS code for this palette
/* CSS */
.burst-of-lime {
color: #a8d34a;
}
.melissa {
color: #b4d66b;
}
.lettuce-alone {
color: #d0e19d;
}
.yellow-petal {
color: #f2e450;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--burst-of-lime:#a8d34a;
--melissa:#b4d66b;
--lettuce-alone:#d0e19d;
--yellow-petal:#f2e450;
--peach-butter:#fbaf3c;
}