Color names in this palette
CSS code for this palette
/* CSS */
.appleton {
color: #6ab47c;
}
.maybe-maui {
color: #f6d58e;
}
.ninjin-orange {
color: #e7a76e;
}
.jelly-slug {
color: #d86a4b;
}
.lords-of-the-night {
color: #6a3f88;
}
/* CSS Variables */
:root {
--appleton:#6ab47c;
--maybe-maui:#f6d58e;
--ninjin-orange:#e7a76e;
--jelly-slug:#d86a4b;
--lords-of-the-night:#6a3f88;
}