Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-bhut-jolokia {
color: #7a2a2f;
}
.red-leather {
color: #a94c4d;
}
.strawberry-wine {
color: #c76b6d;
}
.pale-berry {
color: #e2a09d;
}
.oleander {
color: #f0c9c7;
}
/* CSS Variables */
:root {
--chocolate-bhut-jolokia:#7a2a2f;
--red-leather:#a94c4d;
--strawberry-wine:#c76b6d;
--pale-berry:#e2a09d;
--oleander:#f0c9c7;
}