Color names in this palette
CSS code for this palette
/* CSS */
.burst-of-lime {
color: #a9d94a;
}
.weeping-willow {
color: #b5b47d;
}
.true-to-you {
color: #c9d1a3;
}
.topiary-sculpture {
color: #5d8b50;
}
.green-383 {
color: #3c3c2a;
}
/* CSS Variables */
:root {
--burst-of-lime:#a9d94a;
--weeping-willow:#b5b47d;
--true-to-you:#c9d1a3;
--topiary-sculpture:#5d8b50;
--green-383:#3c3c2a;
}