Color names in this palette
CSS code for this palette
/* CSS */
.lush-lilac {
color: #a37cb6;
}
.berry-frapp {
color: #b79fc6;
}
.air-castle {
color: #d9d3e9;
}
.lynx-white {
color: #f7f7f7;
}
.etcetera {
color: #e1c6d2;
}
/* CSS Variables */
:root {
--lush-lilac:#a37cb6;
--berry-frapp:#b79fc6;
--air-castle:#d9d3e9;
--lynx-white:#f7f7f7;
--etcetera:#e1c6d2;
}