Color names in this palette
CSS code for this palette
/* CSS */
.beatnik {
color: #5b8b4b;
}
.last-sunlight {
color: #e6b93d;
}
.fresh-acorn {
color: #d16e3d;
}
.vicious-violet {
color: #8b4f9c;
}
.succinct-violet {
color: #4e3c6d;
}
/* CSS Variables */
:root {
--beatnik:#5b8b4b;
--last-sunlight:#e6b93d;
--fresh-acorn:#d16e3d;
--vicious-violet:#8b4f9c;
--succinct-violet:#4e3c6d;
}