Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7e3d99;
}
.trunks-hair {
color: #9d5fbf;
}
.lavender-blossom {
color: #bc7cda;
}
.hanami-pink {
color: #f1a7e4;
}
.strawberry-confection {
color: #f4bec6;
}
/* CSS Variables */
:root {
--cadmium-violet:#7e3d99;
--trunks-hair:#9d5fbf;
--lavender-blossom:#bc7cda;
--hanami-pink:#f1a7e4;
--strawberry-confection:#f4bec6;
}