Color names in this palette
CSS code for this palette
/* CSS */
.italian-fitch {
color: #d1c9e9;
}
.simply-violet {
color: #a5a2d7;
}
.amethyst-grey {
color: #8f84c2;
}
.blue-marguerite {
color: #6b4fba;
}
.silver-rust {
color: #c6a1e3;
}
/* CSS Variables */
:root {
--italian-fitch:#d1c9e9;
--simply-violet:#a5a2d7;
--amethyst-grey:#8f84c2;
--blue-marguerite:#6b4fba;
--silver-rust:#c6a1e3;
}