Color names in this palette
CSS code for this palette
/* CSS */
.bijou-red {
color: #a73d39;
}
.watermelon-crush {
color: #c06d6e;
}
.passion-fruit-punch {
color: #e8a59c;
}
.pink-lady {
color: #f2d5b5;
}
.eugenia {
color: #f2e7d4;
}
/* CSS Variables */
:root {
--bijou-red:#a73d39;
--watermelon-crush:#c06d6e;
--passion-fruit-punch:#e8a59c;
--pink-lady:#f2d5b5;
--eugenia:#f2e7d4;
}