Color names in this palette
CSS code for this palette
/* CSS */
.pink-cupcake {
color: #f7cfd5;
}
.emperor-s-children {
color: #f0a3b7;
}
.peony {
color: #e88d9f;
}
.strawberry-milkshake {
color: #d37385;
}
.tropical-smoothie {
color: #c5596b;
}
/* CSS Variables */
:root {
--pink-cupcake:#f7cfd5;
--emperor-s-children:#f0a3b7;
--peony:#e88d9f;
--strawberry-milkshake:#d37385;
--tropical-smoothie:#c5596b;
}