Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.spicy-sweetcorn {
color: #f5a700;
}
.deep-fried-sun-rays {
color: #f8c75d;
}
.antique-wicker-basket {
color: #f3d3a0;
}
.petals-unfolding {
color: #f3b9c2;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--spicy-sweetcorn:#f5a700;
--deep-fried-sun-rays:#f8c75d;
--antique-wicker-basket:#f3d3a0;
--petals-unfolding:#f3b9c2;
}