Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.empire-yellow {
color: #f5d000;
}
.flatty-yellow {
color: #fae500;
}
.shrimp-toast {
color: #f6c5a2;
}
.petal-plush {
color: #e1a6e8;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--empire-yellow:#f5d000;
--flatty-yellow:#fae500;
--shrimp-toast:#f6c5a2;
--petal-plush:#e1a6e8;
}