Color names in this palette
CSS code for this palette
/* CSS */
.lone-hunter {
color: #90c84c;
}
.wasabi {
color: #b0e57b;
}
.dingy-sticky-note {
color: #e1f7a1;
}
.carla {
color: #f2f9c8;
}
.photon-white {
color: #f7f7e8;
}
/* CSS Variables */
:root {
--lone-hunter:#90c84c;
--wasabi:#b0e57b;
--dingy-sticky-note:#e1f7a1;
--carla:#f2f9c8;
--photon-white:#f7f7e8;
}