Color names in this palette
CSS code for this palette
/* CSS */
.violet-femmes {
color: #a76c9d;
}
.tropical-violet {
color: #d5a4e0;
}
.hanami-pink {
color: #f1b1e0;
}
.bleached-sunflower {
color: #f9e8a4;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--violet-femmes:#a76c9d;
--tropical-violet:#d5a4e0;
--hanami-pink:#f1b1e0;
--bleached-sunflower:#f9e8a4;
--squash-blossom:#f6b83c;
}