Color names in this palette
CSS code for this palette
/* CSS */
.arcala-green {
color: #3d6b3e;
}
.ginger-jar {
color: #c4a05f;
}
.bamboo-grass-green {
color: #7e994d;
}
.ride-off-into-the-sunset {
color: #f1d25f;
}
.green-leaf {
color: #4d6a2a;
}
/* CSS Variables */
:root {
--arcala-green:#3d6b3e;
--ginger-jar:#c4a05f;
--bamboo-grass-green:#7e994d;
--ride-off-into-the-sunset:#f1d25f;
--green-leaf:#4d6a2a;
}