Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7b1e3b;
}
.strawberry-daiquiri {
color: #a03b4f;
}
.candy-drop {
color: #c45a6d;
}
.pale-berry {
color: #e49d9b;
}
.silver-strawberry {
color: #f2c0c0;
}
/* CSS Variables */
:root {
--brown-magenta:#7b1e3b;
--strawberry-daiquiri:#a03b4f;
--candy-drop:#c45a6d;
--pale-berry:#e49d9b;
--silver-strawberry:#f2c0c0;
}