Color names in this palette
CSS code for this palette
/* CSS */
.druchii-violet {
color: #7c2a92;
}
.wild-aster {
color: #a13a8e;
}
.hopbush {
color: #d06d94;
}
.princess {
color: #f1a7b4;
}
.island-hopping {
color: #f5e3d6;
}
/* CSS Variables */
:root {
--druchii-violet:#7c2a92;
--wild-aster:#a13a8e;
--hopbush:#d06d94;
--princess:#f1a7b4;
--island-hopping:#f5e3d6;
}