Color names in this palette
CSS code for this palette
/* CSS */
.grandis {
color: #ffcd70;
}
.tangerine-tango {
color: #ff9d4d;
}
.extreme-carrot {
color: #ff6d2e;
}
.blood-burst {
color: #ff4d4d;
}
.oleander-pink {
color: #f25a9c;
}
/* CSS Variables */
:root {
--grandis:#ffcd70;
--tangerine-tango:#ff9d4d;
--extreme-carrot:#ff6d2e;
--blood-burst:#ff4d4d;
--oleander-pink:#f25a9c;
}