Color names in this palette
CSS code for this palette
/* CSS */
.vintage-orange {
color: #ffb35c;
}
.mango-tango {
color: #ff8142;
}
.dusk-orange {
color: #ff4d3d;
}
.lightish-red {
color: #ff2e4d;
}
.meadow-mauve {
color: #a85d94;
}
/* CSS Variables */
:root {
--vintage-orange:#ffb35c;
--mango-tango:#ff8142;
--dusk-orange:#ff4d3d;
--lightish-red:#ff2e4d;
--meadow-mauve:#a85d94;
}