Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a2c1;
}
.pink-marshmallow {
color: #f4b8d1;
}
.rosy-nectar {
color: #f6c1e1;
}
.creamy-gelato {
color: #f1e2c6;
}
.warm-cocoon {
color: #f7d19c;
}
/* CSS Variables */
:root {
--think-pink:#e6a2c1;
--pink-marshmallow:#f4b8d1;
--rosy-nectar:#f6c1e1;
--creamy-gelato:#f1e2c6;
--warm-cocoon:#f7d19c;
}