Color names in this palette
CSS code for this palette
/* CSS */
.elf-green {
color: #1a896f;
}
.waterfall {
color: #3bb0a2;
}
.blue-radiance {
color: #5bd5d7;
}
.everest {
color: #a1e3e0;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--elf-green:#1a896f;
--waterfall:#3bb0a2;
--blue-radiance:#5bd5d7;
--everest:#a1e3e0;
--floral-leaf:#ffb84d;
}