Color names in this palette
CSS code for this palette
/* CSS */
.royal-lavender {
color: #714ab0;
}
.ripe-lavander {
color: #a65ac4;
}
.purple-kush {
color: #d07cce;
}
.hanami-pink {
color: #f0a3e1;
}
.pink-marshmallow {
color: #f5b2d4;
}
/* CSS Variables */
:root {
--royal-lavender:#714ab0;
--ripe-lavander:#a65ac4;
--purple-kush:#d07cce;
--hanami-pink:#f0a3e1;
--pink-marshmallow:#f5b2d4;
}