Color names in this palette
CSS code for this palette
/* CSS */
.elf-green {
color: #1e8a6a;
}
.dolly {
color: #f2f56b;
}
.kacey-s-pink {
color: #e94e77;
}
.spanish-violet {
color: #4a1f7f;
}
.temptatious-tangerine {
color: #ff7e2e;
}
/* CSS Variables */
:root {
--elf-green:#1e8a6a;
--dolly:#f2f56b;
--kacey-s-pink:#e94e77;
--spanish-violet:#4a1f7f;
--temptatious-tangerine:#ff7e2e;
}