Color names in this palette
CSS code for this palette
/* CSS */
.pink-dogwood {
color: #f5d1d2;
}
.love-at-first-sight {
color: #e6a7b2;
}
.paris-pink {
color: #d56c8c;
}
.eros-pink {
color: #c94f6c;
}
.tree-peony {
color: #a7395e;
}
/* CSS Variables */
:root {
--pink-dogwood:#f5d1d2;
--love-at-first-sight:#e6a7b2;
--paris-pink:#d56c8c;
--eros-pink:#c94f6c;
--tree-peony:#a7395e;
}