Color names in this palette
CSS code for this palette
/* CSS */
.lifestyle-red {
color: #893456;
}
.ripe-cherry {
color: #c15775;
}
.glamour {
color: #e09ea4;
}
.only-yesterday {
color: #f4d1b8;
}
.blended-fruit {
color: #fae1a3;
}
/* CSS Variables */
:root {
--lifestyle-red:#893456;
--ripe-cherry:#c15775;
--glamour:#e09ea4;
--only-yesterday:#f4d1b8;
--blended-fruit:#fae1a3;
}