Color names in this palette
CSS code for this palette
/* CSS */
.peach-patch {
color: #f2d7a1;
}
.rose-linen {
color: #e5b19e;
}
.pink-slip {
color: #d78e8e;
}
.silk-ribbon {
color: #c7708d;
}
.soft-purple {
color: #a86bb8;
}
/* CSS Variables */
:root {
--peach-patch:#f2d7a1;
--rose-linen:#e5b19e;
--pink-slip:#d78e8e;
--silk-ribbon:#c7708d;
--soft-purple:#a86bb8;
}