Color names in this palette
CSS code for this palette
/* CSS */
.guppy-violet {
color: #b05e82;
}
.sugar-tooth {
color: #d48c9e;
}
.rhodonite {
color: #f1b1c3;
}
.porcelain-tan {
color: #f8d9c4;
}
.pegeen-peony {
color: #e8a1b5;
}
/* CSS Variables */
:root {
--guppy-violet:#b05e82;
--sugar-tooth:#d48c9e;
--rhodonite:#f1b1c3;
--porcelain-tan:#f8d9c4;
--pegeen-peony:#e8a1b5;
}