Color names in this palette
CSS code for this palette
/* CSS */
.kunzite {
color: #d9b4c6;
}
.lily-legs {
color: #f1c6d7;
}
.matt-pink {
color: #ffb3c1;
}
.watermelon-candy {
color: #ff5c7a;
}
.reddish-pink {
color: #ff2e58;
}
/* CSS Variables */
:root {
--kunzite:#d9b4c6;
--lily-legs:#f1c6d7;
--matt-pink:#ffb3c1;
--watermelon-candy:#ff5c7a;
--reddish-pink:#ff2e58;
}