Color names in this palette
CSS code for this palette
/* CSS */
.tropical-violet {
color: #d1a4e0;
}
.berry-burst {
color: #a66eaa;
}
.medium-ruby {
color: #a53b6e;
}
.fiesta-pink {
color: #d66b98;
}
.first-date {
color: #f7b2a1;
}
/* CSS Variables */
:root {
--tropical-violet:#d1a4e0;
--berry-burst:#a66eaa;
--medium-ruby:#a53b6e;
--fiesta-pink:#d66b98;
--first-date:#f7b2a1;
}