Color names in this palette
CSS code for this palette
/* CSS */
.lavender-mist {
color: #e5e5fa;
}
.pretty-petunia {
color: #d8b3e6;
}
.pale-purple {
color: #b68bd5;
}
.soft-purple {
color: #a56bb8;
}
.true-purple {
color: #6a2c90;
}
/* CSS Variables */
:root {
--lavender-mist:#e5e5fa;
--pretty-petunia:#d8b3e6;
--pale-purple:#b68bd5;
--soft-purple:#a56bb8;
--true-purple:#6a2c90;
}