Color names in this palette
CSS code for this palette
/* CSS */
.autumn-wisteria {
color: #c9a2d7;
}
.pretty-petunia {
color: #d3b4e4;
}
.soft-lavender {
color: #f7e3f3;
}
.coral-blossom {
color: #f9c09f;
}
.rainbow {
color: #f7bbbb;
}
/* CSS Variables */
:root {
--autumn-wisteria:#c9a2d7;
--pretty-petunia:#d3b4e4;
--soft-lavender:#f7e3f3;
--coral-blossom:#f9c09f;
--rainbow:#f7bbbb;
}