Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.pressed-flower {
color: #d78ebe;
}
.radiant-orchid {
color: #a95b99;
}
.vibrant-orchid {
color: #7d4a7c;
}
.kiky-purple {
color: #5b3c67;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--pressed-flower:#d78ebe;
--radiant-orchid:#a95b99;
--vibrant-orchid:#7d4a7c;
--kiky-purple:#5b3c67;
}