Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e2b1c5;
}
.moth-orchid {
color: #d6006f;
}
.ultimate-grey {
color: #a7a8aa;
}
.misty-rose {
color: #ffe3e0;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--parfait-pink:#e2b1c5;
--moth-orchid:#d6006f;
--ultimate-grey:#a7a8aa;
--misty-rose:#ffe3e0;
--mad-for-mango:#f5a300;
}