Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.sundance {
color: #f8c76d;
}
.blended-fruit {
color: #f8e2a5;
}
.sandy-bay {
color: #f9dab4;
}
.bubblegum-pink {
color: #f5b2b8;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--sundance:#f8c76d;
--blended-fruit:#f8e2a5;
--sandy-bay:#f9dab4;
--bubblegum-pink:#f5b2b8;
}