Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.phoenix-fossil {
color: #f6d89d;
}
.venetian-rose {
color: #f0c7e0;
}
.wild-orchid {
color: #d57ca8;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--creamy-sweet-corn:#f6c34c;
--phoenix-fossil:#f6d89d;
--venetian-rose:#f0c7e0;
--wild-orchid:#d57ca8;
}