Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.soft-cashmere {
color: #f2b1d8;
}
.think-pink {
color: #e6a3bf;
}
.sweetheart {
color: #f3bfda;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--soft-cashmere:#f2b1d8;
--think-pink:#e6a3bf;
--sweetheart:#f3bfda;
--blush-hour:#ff7092;
}