Color names in this palette
CSS code for this palette
/* CSS */
.wild-berry {
color: #7e3b3a;
}
.sweet-cherry {
color: #a04e4b;
}
.desert-coral {
color: #d0635d;
}
.adventure-orange {
color: #f3a468;
}
.sandy-bay {
color: #f8d5b4;
}
/* CSS Variables */
:root {
--wild-berry:#7e3b3a;
--sweet-cherry:#a04e4b;
--desert-coral:#d0635d;
--adventure-orange:#f3a468;
--sandy-bay:#f8d5b4;
}