Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.pink-chintz {
color: #f0c1cf;
}
.pork-belly {
color: #f8e2e7;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--pink-chintz:#f0c1cf;
--pork-belly:#f8e2e7;
--hot-aquarelle-pink:#ffb3d9;
--blush-hour:#ff7092;
}