Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f2b1c4;
}
.pretty-pink-piggy {
color: #f1a7d6;
}
.pretty-pink-piggy {
color: #f1a2e0;
}
.bright-ube {
color: #d39fe5;
}
.milky-lavender {
color: #a9a3d2;
}
/* CSS Variables */
:root {
--rhodonite:#f2b1c4;
--pretty-pink-piggy:#f1a7d6;
--pretty-pink-piggy:#f1a2e0;
--bright-ube:#d39fe5;
--milky-lavender:#a9a3d2;
}