Color names in this palette
CSS code for this palette
/* CSS */
.peach-patch {
color: #f7d5a1;
}
.first-date {
color: #f2b5a1;
}
.pink-eraser {
color: #f29c9d;
}
.sugar-tooth {
color: #d68fa4;
}
.viola {
color: #9a6cb7;
}
/* CSS Variables */
:root {
--peach-patch:#f7d5a1;
--first-date:#f2b5a1;
--pink-eraser:#f29c9d;
--sugar-tooth:#d68fa4;
--viola:#9a6cb7;
}