Color names in this palette
CSS code for this palette
/* CSS */
.ripe-green {
color: #707e2a;
}
.sapling {
color: #a1c75c;
}
.wedge-of-lime {
color: #e0e8a1;
}
.casino-lights {
color: #f9f1b4;
}
.yellow-currant {
color: #f5c76b;
}
/* CSS Variables */
:root {
--ripe-green:#707e2a;
--sapling:#a1c75c;
--wedge-of-lime:#e0e8a1;
--casino-lights:#f9f1b4;
--yellow-currant:#f5c76b;
}