Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.powdered {
color: #f9f2e7;
}
.ginger-cream {
color: #f0e0d6;
}
.favourite-lady {
color: #e2c5d5;
}
.lady-flower {
color: #d1a3b0;
}
/* CSS Variables */
:root {
--white:#ffffff;
--powdered:#f9f2e7;
--ginger-cream:#f0e0d6;
--favourite-lady:#e2c5d5;
--lady-flower:#d1a3b0;
}