Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.wisley-pink {
color: #f2a39c;
}
.wet-pottery-clay {
color: #e27b6f;
}
.old-geranium {
color: #c76b88;
}
.magenta-memoir {
color: #b55a9b;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--wisley-pink:#f2a39c;
--wet-pottery-clay:#e27b6f;
--old-geranium:#c76b88;
--magenta-memoir:#b55a9b;
}