Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.princess {
color: #f2a6b3;
}
.pink-carnation {
color: #e97c9d;
}
.paris-pink {
color: #d56c8f;
}
.triple-berry {
color: #c85b74;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--princess:#f2a6b3;
--pink-carnation:#e97c9d;
--paris-pink:#d56c8f;
--triple-berry:#c85b74;
}