Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e3a5c0;
}
.pink-marshmallow {
color: #f3b4d4;
}
.laelia-pink {
color: #f9c8e0;
}
.barely-butter {
color: #f6e7c1;
}
.soba {
color: #d4b6a0;
}
/* CSS Variables */
:root {
--think-pink:#e3a5c0;
--pink-marshmallow:#f3b4d4;
--laelia-pink:#f9c8e0;
--barely-butter:#f6e7c1;
--soba:#d4b6a0;
}