Color names in this palette
CSS code for this palette
/* CSS */
.mexican-red {
color: #9a3c3c;
}
.strawberry-wine {
color: #c76b6b;
}
.passion-fruit-punch {
color: #e9a79f;
}
.corn-husk {
color: #f3d6af;
}
.crunch {
color: #f3b762;
}
/* CSS Variables */
:root {
--mexican-red:#9a3c3c;
--strawberry-wine:#c76b6b;
--passion-fruit-punch:#e9a79f;
--corn-husk:#f3d6af;
--crunch:#f3b762;
}