Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.marigold-dust {
color: #f7c83b;
}
.venetian-yellow {
color: #f8e6a0;
}
.eau-de-rose {
color: #e0b8d1;
}
.paris-pink {
color: #d66b94;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--marigold-dust:#f7c83b;
--venetian-yellow:#f8e6a0;
--eau-de-rose:#e0b8d1;
--paris-pink:#d66b94;
}