Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f3b4d4;
}
.think-pink {
color: #e6a7c3;
}
.shanghai-peach {
color: #d69d8f;
}
.california-chamois {
color: #e9b76d;
}
.mocha-dandelion {
color: #f1d76f;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f3b4d4;
--think-pink:#e6a7c3;
--shanghai-peach:#d69d8f;
--california-chamois:#e9b76d;
--mocha-dandelion:#f1d76f;
}