Color names in this palette
CSS code for this palette
/* CSS */
.punch {
color: #d54030;
}
.orange-crush {
color: #ef782e;
}
.casablanca {
color: #f3b14f;
}
.venetian-yellow {
color: #f4e49f;
}
.green-hornet {
color: #6f9b5f;
}
/* CSS Variables */
:root {
--punch:#d54030;
--orange-crush:#ef782e;
--casablanca:#f3b14f;
--venetian-yellow:#f4e49f;
--green-hornet:#6f9b5f;
}