Color names in this palette
CSS code for this palette
/* CSS */
.pale-purple {
color: #b18ccf;
}
.bright-ube {
color: #d39fe5;
}
.light-lavender {
color: #f2c4f8;
}
.pretty-in-pink {
color: #f6bbe6;
}
.amaranth-pink {
color: #f29cbd;
}
/* CSS Variables */
:root {
--pale-purple:#b18ccf;
--bright-ube:#d39fe5;
--light-lavender:#f2c4f8;
--pretty-in-pink:#f6bbe6;
--amaranth-pink:#f29cbd;
}