Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-bhut-jolokia {
color: #7a2a2e;
}
.kabuki {
color: #a63a3e;
}
.maple-red {
color: #bf514f;
}
.juicy-details {
color: #d67a7a;
}
.arizona-sunrise {
color: #eab9b8;
}
/* CSS Variables */
:root {
--chocolate-bhut-jolokia:#7a2a2e;
--kabuki:#a63a3e;
--maple-red:#bf514f;
--juicy-details:#d67a7a;
--arizona-sunrise:#eab9b8;
}