Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.prickly-purple {
color: #a45cb2;
}
.blackberry-yogurt {
color: #e5b8e2;
}
.pink-frosting {
color: #f7d4e1;
}
.sunday-best {
color: #f9c8c8;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--prickly-purple:#a45cb2;
--blackberry-yogurt:#e5b8e2;
--pink-frosting:#f7d4e1;
--sunday-best:#f9c8c8;
}