Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7d6;
}
.palace-rose {
color: #f9c8d3;
}
.royal-wedding {
color: #fce3e3;
}
.cool-cream {
color: #fce7d9;
}
.stately-white {
color: #faf9eb;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7d6;
--palace-rose:#f9c8d3;
--royal-wedding:#fce3e3;
--cool-cream:#fce7d9;
--stately-white:#faf9eb;
}