Color names in this palette
CSS code for this palette
/* CSS */
.simply-violet {
color: #a59edb;
}
.purple-sand {
color: #c0b0e8;
}
.soap {
color: #d6c4f2;
}
.rosecco {
color: #eab8e3;
}
.lavender-rose {
color: #f2a1df;
}
/* CSS Variables */
:root {
--simply-violet:#a59edb;
--purple-sand:#c0b0e8;
--soap:#d6c4f2;
--rosecco:#eab8e3;
--lavender-rose:#f2a1df;
}