Color names in this palette
CSS code for this palette
/* CSS */
.pink-lily {
color: #f8d3e6;
}
.soft-cashmere {
color: #f3b4d9;
}
.pretty-pink-piggy {
color: #f1a2e0;
}
.baby-steps {
color: #f8c9d9;
}
.pale-orchid-petal {
color: #f5e0f0;
}
/* CSS Variables */
:root {
--pink-lily:#f8d3e6;
--soft-cashmere:#f3b4d9;
--pretty-pink-piggy:#f1a2e0;
--baby-steps:#f8c9d9;
--pale-orchid-petal:#f5e0f0;
}