Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-bhut-jolokia {
color: #7a2a2a;
}
.enticing-red {
color: #b95050;
}
.strawberry-ice {
color: #e88c8c;
}
.brain-pink {
color: #f2b1b1;
}
.reduced-pink {
color: #f6e4e4;
}
/* CSS Variables */
:root {
--chocolate-bhut-jolokia:#7a2a2a;
--enticing-red:#b95050;
--strawberry-ice:#e88c8c;
--brain-pink:#f2b1b1;
--reduced-pink:#f6e4e4;
}