Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.princess {
color: #f1a7b3;
}
.pink-chintz {
color: #f1c1d1;
}
.petals-unfolding {
color: #f2bac4;
}
.global-warming {
color: #f2d7d4;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--princess:#f1a7b3;
--pink-chintz:#f1c1d1;
--petals-unfolding:#f2bac4;
--global-warming:#f2d7d4;
}