Color names in this palette
CSS code for this palette
/* CSS */
.oregano-green {
color: #4da13a;
}
.techno-green {
color: #66b054;
}
.applegate {
color: #86c87e;
}
.grape-green {
color: #a8e0a3;
}
.pickford {
color: #caf2d6;
}
/* CSS Variables */
:root {
--oregano-green:#4da13a;
--techno-green:#66b054;
--applegate:#86c87e;
--grape-green:#a8e0a3;
--pickford:#caf2d6;
}