Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e7a2c0;
}
.soft-cashmere {
color: #f0b7d6;
}
.sugarwinkle {
color: #fbc6e2;
}
.cente-tl-yellow {
color: #f5e17a;
}
.saffron-mango {
color: #f7c359;
}
/* CSS Variables */
:root {
--think-pink:#e7a2c0;
--soft-cashmere:#f0b7d6;
--sugarwinkle:#fbc6e2;
--cente-tl-yellow:#f5e17a;
--saffron-mango:#f7c359;
}