Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e7a2c0;
}
.rose-reminder {
color: #f4c3c7;
}
.sunset-pink {
color: #f9d7e6;
}
.pink-marshmallow {
color: #f0b7d2;
}
.hope {
color: #e67f9e;
}
/* CSS Variables */
:root {
--think-pink:#e7a2c0;
--rose-reminder:#f4c3c7;
--sunset-pink:#f9d7e6;
--pink-marshmallow:#f0b7d2;
--hope:#e67f9e;
}