Color names in this palette
CSS code for this palette
/* CSS */
.white-elf {
color: #f7c47e;
}
.fuchsia-felicity {
color: #f7406e;
}
.florida-turquoise {
color: #69baaf;
}
.fading-night {
color: #3973d0;
}
.aurora-orange {
color: #ef6b43;
}
/* CSS Variables */
:root {
--white-elf:#f7c47e;
--fuchsia-felicity:#f7406e;
--florida-turquoise:#69baaf;
--fading-night:#3973d0;
--aurora-orange:#ef6b43;
}