Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f1b7d5;
}
.pink-chalk {
color: #f4a4bf;
}
.astilbe {
color: #f490ac;
}
.embarrassed {
color: #f57a97;
}
.strawberry-pink {
color: #f66a83;
}
/* CSS Variables */
:root {
--soft-cashmere:#f1b7d5;
--pink-chalk:#f4a4bf;
--astilbe:#f490ac;
--embarrassed:#f57a97;
--strawberry-pink:#f66a83;
}