Color names in this palette
CSS code for this palette
/* CSS */
.glitter-is-not-gold {
color: #ffdd57;
}
.n-renji-orange {
color: #ffbf47;
}
.kanz-orange {
color: #ff8e3d;
}
.ogre-odor {
color: #ff573d;
}
.devil-s-advocate {
color: #ff2e3f;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--n-renji-orange:#ffbf47;
--kanz-orange:#ff8e3d;
--ogre-odor:#ff573d;
--devil-s-advocate:#ff2e3f;
}