Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f0c1cf;
}
.pink-chalk {
color: #f2a6be;
}
.strawberry-milkshake {
color: #d56c8a;
}
.bing-cherry-pie {
color: #ae4c69;
}
.scarlet-apple {
color: #8e2f4a;
}
/* CSS Variables */
:root {
--pink-chintz:#f0c1cf;
--pink-chalk:#f2a6be;
--strawberry-milkshake:#d56c8a;
--bing-cherry-pie:#ae4c69;
--scarlet-apple:#8e2f4a;
}