Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d7b9e4;
}
.light-orchid {
color: #e6a8d6;
}
.rhodonite {
color: #f4b3c4;
}
.whipped-peach {
color: #f9cbae;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--pretty-petunia:#d7b9e4;
--light-orchid:#e6a8d6;
--rhodonite:#f4b3c4;
--whipped-peach:#f9cbae;
--mad-for-mango:#f5a300;
}