Color names in this palette
CSS code for this palette
/* CSS */
.lavender-mist {
color: #e5e5fa;
}
.pretty-petunia {
color: #d6b0e8;
}
.lavender-sweater {
color: #b67ec9;
}
.lobby-lilac {
color: #a57eb9;
}
.studio {
color: #794d9d;
}
/* CSS Variables */
:root {
--lavender-mist:#e5e5fa;
--pretty-petunia:#d6b0e8;
--lavender-sweater:#b67ec9;
--lobby-lilac:#a57eb9;
--studio:#794d9d;
}