Color names in this palette
CSS code for this palette
/* CSS */
.seattle-red {
color: #791b2e;
}
.jasper {
color: #d93a3d;
}
.calabrese {
color: #f6a8a2;
}
.first-peach {
color: #f4c8c8;
}
.homeopathic-orange {
color: #f3e6e2;
}
/* CSS Variables */
:root {
--seattle-red:#791b2e;
--jasper:#d93a3d;
--calabrese:#f6a8a2;
--first-peach:#f4c8c8;
--homeopathic-orange:#f3e6e2;
}