Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #ffcb3d;
}
.mango-tango {
color: #ff7e3d;
}
.coral-red {
color: #ff3d3d;
}
.magento {
color: #b83dff;
}
.lightish-blue {
color: #3d7eff;
}
/* CSS Variables */
:root {
--yellow-jacket:#ffcb3d;
--mango-tango:#ff7e3d;
--coral-red:#ff3d3d;
--magento:#b83dff;
--lightish-blue:#3d7eff;
}