Color names in this palette
CSS code for this palette
/* CSS */
.n-renji-orange {
color: #ffbf47;
}
.orange-avant-garde {
color: #ff8b1f;
}
.extreme-carrot {
color: #ff702e;
}
.blood-burst {
color: #ff4d4d;
}
.philippine-pink {
color: #ff1a8c;
}
/* CSS Variables */
:root {
--n-renji-orange:#ffbf47;
--orange-avant-garde:#ff8b1f;
--extreme-carrot:#ff702e;
--blood-burst:#ff4d4d;
--philippine-pink:#ff1a8c;
}