Color names in this palette
CSS code for this palette
/* CSS */
.rambling-green {
color: #59804d;
}
.primo {
color: #7dbf6e;
}
.nature-s-delight {
color: #a2d68f;
}
.australian-mint {
color: #ebf8aa;
}
.blacksmith-fire {
color: #f7e350;
}
/* CSS Variables */
:root {
--rambling-green:#59804d;
--primo:#7dbf6e;
--nature-s-delight:#a2d68f;
--australian-mint:#ebf8aa;
--blacksmith-fire:#f7e350;
}