Color names in this palette
CSS code for this palette
/* CSS */
.bloody-rust {
color: #d72d41;
}
.benihi-red {
color: #f64f3c;
}
.ginger-milk {
color: #f7a050;
}
.yellow-tulip {
color: #f7d06e;
}
.fling-green {
color: #8fcfd1;
}
/* CSS Variables */
:root {
--bloody-rust:#d72d41;
--benihi-red:#f64f3c;
--ginger-milk:#f7a050;
--yellow-tulip:#f7d06e;
--fling-green:#8fcfd1;
}