Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e7a7c2;
}
.soft-cashmere {
color: #f1b1d9;
}
.lovely-breeze {
color: #f8d8e4;
}
.antoinette-pink {
color: #e9c1b4;
}
.crunch {
color: #f2b763;
}
/* CSS Variables */
:root {
--think-pink:#e7a7c2;
--soft-cashmere:#f1b1d9;
--lovely-breeze:#f8d8e4;
--antoinette-pink:#e9c1b4;
--crunch:#f2b763;
}