Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.gumball {
color: #eab3d1;
}
.snow-plum {
color: #f2e8f3;
}
.soft-cashmere {
color: #f3b4d6;
}
.exotic-lilac {
color: #d39cb4;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--gumball:#eab3d1;
--snow-plum:#f2e8f3;
--soft-cashmere:#f3b4d6;
--exotic-lilac:#d39cb4;
}