Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.crunch {
color: #f5b85c;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.rhubarb-gin {
color: #d6a4c1;
}
.cyclamen-red {
color: #a45b91;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--crunch:#f5b85c;
--antique-wicker-basket:#f6d2a2;
--rhubarb-gin:#d6a4c1;
--cyclamen-red:#a45b91;
}