Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7e3d99;
}
.liberal-lilac {
color: #9a5aba;
}
.barely-bloomed {
color: #d8a9e5;
}
.hanami-pink {
color: #f0b2df;
}
.pink-lily {
color: #f8d3e6;
}
/* CSS Variables */
:root {
--cadmium-violet:#7e3d99;
--liberal-lilac:#9a5aba;
--barely-bloomed:#d8a9e5;
--hanami-pink:#f0b2df;
--pink-lily:#f8d3e6;
}