Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3da;
}
.elastic-pink {
color: #f0a3c7;
}
.sky-magenta {
color: #d576b2;
}
.violetta {
color: #a76c9a;
}
.vibrant-orchid {
color: #814b80;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3da;
--elastic-pink:#f0a3c7;
--sky-magenta:#d576b2;
--violetta:#a76c9a;
--vibrant-orchid:#814b80;
}