Color names in this palette
CSS code for this palette
/* CSS */
.elf-green {
color: #1e8a6d;
}
.emerald-wave {
color: #50b4a5;
}
.island-oasis {
color: #8ae0d6;
}
.yellow-chalk {
color: #f3f7b1;
}
.fall-river {
color: #f78f45;
}
/* CSS Variables */
:root {
--elf-green:#1e8a6d;
--emerald-wave:#50b4a5;
--island-oasis:#8ae0d6;
--yellow-chalk:#f3f7b1;
--fall-river:#f78f45;
}