Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.ogre-odor {
color: #ff513d;
}
.dandelion-yellow {
color: #f6d73c;
}
.king-lime {
color: #abd600;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--ogre-odor:#ff513d;
--dandelion-yellow:#f6d73c;
--king-lime:#abd600;
--vampire-red:#d63f2e;
}