Color names in this palette
CSS code for this palette
/* CSS */
.match-strike {
color: #ffa742;
}
.ogre-odor {
color: #ff5842;
}
.red-card {
color: #ff2e1f;
}
.bright-pink {
color: #ff05b0;
}
.royal-blue-tang {
color: #1d00f5;
}
/* CSS Variables */
:root {
--match-strike:#ffa742;
--ogre-odor:#ff5842;
--red-card:#ff2e1f;
--bright-pink:#ff05b0;
--royal-blue-tang:#1d00f5;
}