Color names in this palette
CSS code for this palette
/* CSS */
.guppy-violet {
color: #b05e82;
}
.sugar-tooth {
color: #d18f9f;
}
.sakura {
color: #e1b2b5;
}
.pink-cupcake {
color: #f7cfd5;
}
.pink-fit {
color: #f3a5b1;
}
/* CSS Variables */
:root {
--guppy-violet:#b05e82;
--sugar-tooth:#d18f9f;
--sakura:#e1b2b5;
--pink-cupcake:#f7cfd5;
--pink-fit:#f3a5b1;
}