Color names in this palette
CSS code for this palette
/* CSS */
.millennial-pink {
color: #f6c8c1;
}
.calabrese {
color: #f1a8a2;
}
.strawberry-ice {
color: #e68e8e;
}
.strawberry-wine {
color: #c76b6b;
}
.mineral-red {
color: #b05454;
}
/* CSS Variables */
:root {
--millennial-pink:#f6c8c1;
--calabrese:#f1a8a2;
--strawberry-ice:#e68e8e;
--strawberry-wine:#c76b6b;
--mineral-red:#b05454;
}