Color names in this palette
CSS code for this palette
/* CSS */
.elf-green {
color: #1e8f6d;
}
.garish-green {
color: #4fbf83;
}
.aurora-green {
color: #6ee2a2;
}
.pisco-sour {
color: #b6ed6e;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--elf-green:#1e8f6d;
--garish-green:#4fbf83;
--aurora-green:#6ee2a2;
--pisco-sour:#b6ed6e;
--bright-khaki:#f0e78e;
}