Color names in this palette
CSS code for this palette
/* CSS */
.princess-pink {
color: #e0b5b2;
}
.serene-setting {
color: #c4d4d9;
}
.frosty-soft-blue {
color: #b1e2df;
}
.silver-strawberry {
color: #f2c3c0;
}
.plum-blossom {
color: #f2a2a1;
}
/* CSS Variables */
:root {
--princess-pink:#e0b5b2;
--serene-setting:#c4d4d9;
--frosty-soft-blue:#b1e2df;
--silver-strawberry:#f2c3c0;
--plum-blossom:#f2a2a1;
}