Color names in this palette
CSS code for this palette
/* CSS */
.apple-sauce {
color: #f4ebd2;
}
.pink-lady {
color: #f1d6b7;
}
.mollusca {
color: #e5bc9f;
}
.powder-blush {
color: #d5988b;
}
.pink-manhattan {
color: #c26b7e;
}
/* CSS Variables */
:root {
--apple-sauce:#f4ebd2;
--pink-lady:#f1d6b7;
--mollusca:#e5bc9f;
--powder-blush:#d5988b;
--pink-manhattan:#c26b7e;
}