Color names in this palette
CSS code for this palette
/* CSS */
.forestial {
color: #007a33;
}
.iridescent-green {
color: #4bbe6c;
}
.overtone {
color: #a1e3b1;
}
.carla {
color: #f5f7ca;
}
.westfall-yellow {
color: #f9d64e;
}
/* CSS Variables */
:root {
--forestial:#007a33;
--iridescent-green:#4bbe6c;
--overtone:#a1e3b1;
--carla:#f5f7ca;
--westfall-yellow:#f9d64e;
}