Color names in this palette
CSS code for this palette
/* CSS */
.lightweight-beige {
color: #f7e4c5;
}
.peach-damask {
color: #f9c5a4;
}
.peach-pink {
color: #ff9b8a;
}
.sunset-papaya {
color: #ff7e61;
}
.highlighter-pink {
color: #e85e7e;
}
/* CSS Variables */
:root {
--lightweight-beige:#f7e4c5;
--peach-damask:#f9c5a4;
--peach-pink:#ff9b8a;
--sunset-papaya:#ff7e61;
--highlighter-pink:#e85e7e;
}