Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.tropical-peach {
color: #ffc3b3;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--tropical-peach:#ffc3b3;
--matt-pink:#ffb3c1;
}