Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7b3f97;
}
.ripe-lavander {
color: #9f5dcb;
}
.bright-ube {
color: #d5a5e9;
}
.bordeaux-hint {
color: #f1b6e3;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--cadmium-violet:#7b3f97;
--ripe-lavander:#9f5dcb;
--bright-ube:#d5a5e9;
--bordeaux-hint:#f1b6e3;
--blush-hour:#ff7092;
}