Color names in this palette
CSS code for this palette
/* CSS */
.lifestyle-red {
color: #893456;
}
.signal-pink {
color: #b0547f;
}
.heartbreaker {
color: #d17ba3;
}
.rose-mallow {
color: #f1a7c5;
}
.summer-cosmos {
color: #f8cedf;
}
/* CSS Variables */
:root {
--lifestyle-red:#893456;
--signal-pink:#b0547f;
--heartbreaker:#d17ba3;
--rose-mallow:#f1a7c5;
--summer-cosmos:#f8cedf;
}