Color names in this palette
CSS code for this palette
/* CSS */
.kuwazome-red {
color: #5a2a2a;
}
.wild-berry {
color: #7d3b3b;
}
.persimmon-red {
color: #a94c4c;
}
.juicy-details {
color: #d57b7b;
}
.deeply-embarrassed {
color: #f0b2b2;
}
/* CSS Variables */
:root {
--kuwazome-red:#5a2a2a;
--wild-berry:#7d3b3b;
--persimmon-red:#a94c4c;
--juicy-details:#d57b7b;
--deeply-embarrassed:#f0b2b2;
}