Color names in this palette
CSS code for this palette
/* CSS */
.royalty-loyalty {
color: #a75fab;
}
.lavendless {
color: #b86dba;
}
.blush-essence {
color: #d08bda;
}
.petal-plush {
color: #e3a7ec;
}
.dream-land {
color: #f1b1e9;
}
/* CSS Variables */
:root {
--royalty-loyalty:#a75fab;
--lavendless:#b86dba;
--blush-essence:#d08bda;
--petal-plush:#e3a7ec;
--dream-land:#f1b1e9;
}