Color names in this palette
CSS code for this palette
/* CSS */
.fresh-heather {
color: #d3c1e1;
}
.berry-frapp {
color: #b49dc8;
}
.bell-heather {
color: #a278b0;
}
.purple-sapphire {
color: #7d4b91;
}
.imperial {
color: #5b2c72;
}
/* CSS Variables */
:root {
--fresh-heather:#d3c1e1;
--berry-frapp:#b49dc8;
--bell-heather:#a278b0;
--purple-sapphire:#7d4b91;
--imperial:#5b2c72;
}