Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ogre-odor {
color: #ff513d;
}
.strawberry-spinach-red {
color: #ff3b29;
}
.red-riding-hood {
color: #ff291a;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
--ogre-odor:#ff513d;
--strawberry-spinach-red:#ff3b29;
--red-riding-hood:#ff291a;
}