Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.serene-pink {
color: #f8c4b9;
}
.budder-skin {
color: #fce2c5;
}
.milk-punch {
color: #fdf4d3;
}
.old-yella {
color: #ffec99;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--serene-pink:#f8c4b9;
--budder-skin:#fce2c5;
--milk-punch:#fdf4d3;
--old-yella:#ffec99;
}