Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e86b3;
}
.skirret-green {
color: #4baf3c;
}
.not-yo-cheese {
color: #fbc02d;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.akuma {
color: #d33131;
}
/* CSS Variables */
:root {
--hidden-springs:#1e86b3;
--skirret-green:#4baf3c;
--not-yo-cheese:#fbc02d;
--royal-flycatcher-crest:#f06c00;
--akuma:#d33131;
}