Color names in this palette
CSS code for this palette
/* CSS */
.peach-patch {
color: #f7d5a1;
}
.wisley-pink {
color: #f2a49c;
}
.melon-mist {
color: #e57b92;
}
.pretty-in-plum {
color: #d15c8b;
}
.orchid-dottyback {
color: #a152a3;
}
/* CSS Variables */
:root {
--peach-patch:#f7d5a1;
--wisley-pink:#f2a49c;
--melon-mist:#e57b92;
--pretty-in-plum:#d15c8b;
--orchid-dottyback:#a152a3;
}