Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c8a6;
}
.blended-fruit {
color: #f8e2a5;
}
.marquisette {
color: #f2d49c;
}
.canewood {
color: #d9b89b;
}
.dirty-pink {
color: #ca7d7d;
}
/* CSS Variables */
:root {
--peach-damask:#f7c8a6;
--blended-fruit:#f8e2a5;
--marquisette:#f2d49c;
--canewood:#d9b89b;
--dirty-pink:#ca7d7d;
}