Color names in this palette
CSS code for this palette
/* CSS */
.drama-queen {
color: #a26d9a;
}
.heart-to-heart {
color: #d3a6c6;
}
.sweet-alyssum {
color: #e7c5e0;
}
.sheer-lavender {
color: #f0e1f4;
}
.chai-latte {
color: #f9c99f;
}
/* CSS Variables */
:root {
--drama-queen:#a26d9a;
--heart-to-heart:#d3a6c6;
--sweet-alyssum:#e7c5e0;
--sheer-lavender:#f0e1f4;
--chai-latte:#f9c99f;
}