Color names in this palette
CSS code for this palette
/* CSS */
.rambling-green {
color: #54824a;
}
.bermudagrass {
color: #69bf74;
}
.nature-s-delight {
color: #a4d68f;
}
.green-veil {
color: #e1f7c5;
}
.weak-yellow {
color: #f3f8d8;
}
/* CSS Variables */
:root {
--rambling-green:#54824a;
--bermudagrass:#69bf74;
--nature-s-delight:#a4d68f;
--green-veil:#e1f7c5;
--weak-yellow:#f3f8d8;
}