Color names in this palette
CSS code for this palette
/* CSS */
.simply-violet {
color: #a9a4d6;
}
.italian-fitch {
color: #d0c9e9;
}
.minute-mauve {
color: #f4e1f4;
}
.rose-mallow {
color: #f5a8c9;
}
.carnation {
color: #f77e8e;
}
/* CSS Variables */
:root {
--simply-violet:#a9a4d6;
--italian-fitch:#d0c9e9;
--minute-mauve:#f4e1f4;
--rose-mallow:#f5a8c9;
--carnation:#f77e8e;
}