Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.pink-marshmallow {
color: #f6b6d1;
}
.sugarwinkle {
color: #f9c8e1;
}
.princess {
color: #f1a7b3;
}
.sweet-lilac {
color: #eab8d0;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--pink-marshmallow:#f6b6d1;
--sugarwinkle:#f9c8e1;
--princess:#f1a7b3;
--sweet-lilac:#eab8d0;
}