Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.kanz-orange {
color: #ff8e3d;
}
.yellow-jacket {
color: #ffcb3d;
}
.spandex-green {
color: #37b34a;
}
.sky-dancer {
color: #3d9eff;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--kanz-orange:#ff8e3d;
--yellow-jacket:#ffcb3d;
--spandex-green:#37b34a;
--sky-dancer:#3d9eff;
}