Color names in this palette
CSS code for this palette
/* CSS */
.benihi-red {
color: #f05038;
}
.ginger-milk {
color: #f6a85a;
}
.yellow-tulip {
color: #f8d36d;
}
.vic-20-green {
color: #8dda8b;
}
.blue-tourmaline {
color: #4a98d3;
}
/* CSS Variables */
:root {
--benihi-red:#f05038;
--ginger-milk:#f6a85a;
--yellow-tulip:#f8d36d;
--vic-20-green:#8dda8b;
--blue-tourmaline:#4a98d3;
}