Color names in this palette
CSS code for this palette
/* CSS */
.japanese-violet {
color: #5c2e4f;
}
.antique-fuchsia {
color: #8e5d7e;
}
.hollyhock-pink {
color: #c2a3b5;
}
.parrot-tulip {
color: #f0c1d3;
}
.sunset-pink {
color: #f8d3e4;
}
/* CSS Variables */
:root {
--japanese-violet:#5c2e4f;
--antique-fuchsia:#8e5d7e;
--hollyhock-pink:#c2a3b5;
--parrot-tulip:#f0c1d3;
--sunset-pink:#f8d3e4;
}