Color names in this palette
CSS code for this palette
/* CSS */
.wine-tasting {
color: #4a2b34;
}
.cranberry-jam {
color: #9d4d53;
}
.strawberry-wine {
color: #c86a6f;
}
.coral-fountain {
color: #e2a5a2;
}
.mary-s-rose {
color: #f4d2d2;
}
/* CSS Variables */
:root {
--wine-tasting:#4a2b34;
--cranberry-jam:#9d4d53;
--strawberry-wine:#c86a6f;
--coral-fountain:#e2a5a2;
--mary-s-rose:#f4d2d2;
}