Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d6c7e1;
}
.ariel-s-delight {
color: #aea3d7;
}
.unimaginable {
color: #9081b6;
}
.purple-gladiola {
color: #bfa9d6;
}
.syrian-violet {
color: #e0c5e7;
}
/* CSS Variables */
:root {
--purity:#d6c7e1;
--ariel-s-delight:#aea3d7;
--unimaginable:#9081b6;
--purple-gladiola:#bfa9d6;
--syrian-violet:#e0c5e7;
}