Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f49fb1;
}
.lavender-candy {
color: #f7b1d5;
}
.pretty-in-pink {
color: #f9c3e3;
}
.pink-illusion {
color: #e2b8f4;
}
.silver-rust {
color: #c3a3e0;
}
/* CSS Variables */
:root {
--sweet-60:#f49fb1;
--lavender-candy:#f7b1d5;
--pretty-in-pink:#f9c3e3;
--pink-illusion:#e2b8f4;
--silver-rust:#c3a3e0;
}