Color names in this palette
CSS code for this palette
/* CSS */
.elf-green {
color: #1e8a6a;
}
.lime-lizard {
color: #a3d55d;
}
.marigold-yellow {
color: #f6e66f;
}
.cream-blush {
color: #f9c39a;
}
.chilean-fire {
color: #d1592e;
}
/* CSS Variables */
:root {
--elf-green:#1e8a6a;
--lime-lizard:#a3d55d;
--marigold-yellow:#f6e66f;
--cream-blush:#f9c39a;
--chilean-fire:#d1592e;
}