Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.friendship {
color: #ffdac2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--friendship:#ffdac2;
--grapefruit-pulp:#ff6e61;
}