Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e2;
}
.plum-juice {
color: #dfa4d7;
}
.firm-pink {
color: #d58bca;
}
.ripe-lavander {
color: #a259cf;
}
.druchii-violet {
color: #792b8c;
}
/* CSS Variables */
:root {
--rosecco:#eab8e2;
--plum-juice:#dfa4d7;
--firm-pink:#d58bca;
--ripe-lavander:#a259cf;
--druchii-violet:#792b8c;
}