Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.pink-marshmallow {
color: #f0b7d2;
}
.first-impression {
color: #f5e5e8;
}
.september-sun {
color: #fbd6a2;
}
.qing-yellow {
color: #ffcc66;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--pink-marshmallow:#f0b7d2;
--first-impression:#f5e5e8;
--september-sun:#fbd6a2;
--qing-yellow:#ffcc66;
}