Color names in this palette
CSS code for this palette
/* CSS */
.sweet-alyssum {
color: #e9c3e2;
}
.barely-bloomed {
color: #d7a9e0;
}
.pale-purple {
color: #b88bda;
}
.pretty-pink-piggy {
color: #f1a7d8;
}
.peach-patch {
color: #f7d5a1;
}
/* CSS Variables */
:root {
--sweet-alyssum:#e9c3e2;
--barely-bloomed:#d7a9e0;
--pale-purple:#b88bda;
--pretty-pink-piggy:#f1a7d8;
--peach-patch:#f7d5a1;
}