Color names in this palette
CSS code for this palette
/* CSS */
.turmeric-root {
color: #ffaf0f;
}
.ogre-odor {
color: #ff513d;
}
.heat-wave {
color: #ff7b00;
}
.faded-sunlight {
color: #ffd06b;
}
.fresh-salmon {
color: #ff7057;
}
/* CSS Variables */
:root {
--turmeric-root:#ffaf0f;
--ogre-odor:#ff513d;
--heat-wave:#ff7b00;
--faded-sunlight:#ffd06b;
--fresh-salmon:#ff7057;
}