Color names in this palette
CSS code for this palette
/* CSS */
.rebecca-purple {
color: #6b2c9b;
}
.lusty-lavender {
color: #8e5abf;
}
.purple-premiere {
color: #b79cd3;
}
.bright-ube {
color: #d2a1e2;
}
.rosecco {
color: #eab8e1;
}
/* CSS Variables */
:root {
--rebecca-purple:#6b2c9b;
--lusty-lavender:#8e5abf;
--purple-premiere:#b79cd3;
--bright-ube:#d2a1e2;
--rosecco:#eab8e1;
}