Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7d8;
}
.cherry-blossom {
color: #f6c1d5;
}
.pink-dogwood {
color: #f9d3d2;
}
.spanish-lace {
color: #fce7ca;
}
.sun-dust {
color: #f8dfa5;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7d8;
--cherry-blossom:#f6c1d5;
--pink-dogwood:#f9d3d2;
--spanish-lace:#fce7ca;
--sun-dust:#f8dfa5;
}