Color names in this palette
CSS code for this palette
/* CSS */
.white-elf {
color: #f6c07e;
}
.hygiene-green {
color: #5fb9b3;
}
.sardinia-beaches {
color: #25a0d0;
}
.enchanting-sapphire {
color: #316cd3;
}
.opulent-orange {
color: #ee6644;
}
/* CSS Variables */
:root {
--white-elf:#f6c07e;
--hygiene-green:#5fb9b3;
--sardinia-beaches:#25a0d0;
--enchanting-sapphire:#316cd3;
--opulent-orange:#ee6644;
}