Color names in this palette
CSS code for this palette
/* CSS */
.sailor-moon {
color: #ffee00;
}
.fox-tails {
color: #db8b00;
}
.flush-orange {
color: #ff6e00;
}
.fern-green {
color: #009e4f;
}
.rare-blue {
color: #0044ff;
}
/* CSS Variables */
:root {
--sailor-moon:#ffee00;
--fox-tails:#db8b00;
--flush-orange:#ff6e00;
--fern-green:#009e4f;
--rare-blue:#0044ff;
}