Color names in this palette
CSS code for this palette
/* CSS */
.violetta {
color: #a76c99;
}
.heart-to-heart {
color: #d5a5c6;
}
.eugenia {
color: #f2e8d4;
}
.raichu-orange {
color: #f2af3a;
}
.pink-punch {
color: #d4496c;
}
/* CSS Variables */
:root {
--violetta:#a76c99;
--heart-to-heart:#d5a5c6;
--eugenia:#f2e8d4;
--raichu-orange:#f2af3a;
--pink-punch:#d4496c;
}