Color names in this palette
CSS code for this palette
/* CSS */
.studio {
color: #794d9d;
}
.viola {
color: #9a69bf;
}
.lavender-cream {
color: #c7a1e8;
}
.candy-dreams {
color: #e7b4f3;
}
.lavender-savor {
color: #f4dbff;
}
/* CSS Variables */
:root {
--studio:#794d9d;
--viola:#9a69bf;
--lavender-cream:#c7a1e8;
--candy-dreams:#e7b4f3;
--lavender-savor:#f4dbff;
}