Color names in this palette
CSS code for this palette
/* CSS */
.peach-whip {
color: #d8b4b0;
}
.english-rose {
color: #f4c7c3;
}
.warm-bread {
color: #f8e5d3;
}
.sandalwood-beige {
color: #f2d1b1;
}
.berry-riche {
color: #e5a4aa;
}
/* CSS Variables */
:root {
--peach-whip:#d8b4b0;
--english-rose:#f4c7c3;
--warm-bread:#f8e5d3;
--sandalwood-beige:#f2d1b1;
--berry-riche:#e5a4aa;
}