Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-bhut-jolokia {
color: #7a2a2f;
}
.escalante {
color: #a35c5f;
}
.glow-pink {
color: #d99b9c;
}
.loveable {
color: #f0c1c5;
}
.marshmallow-rose {
color: #f6e4e6;
}
/* CSS Variables */
:root {
--chocolate-bhut-jolokia:#7a2a2f;
--escalante:#a35c5f;
--glow-pink:#d99b9c;
--loveable:#f0c1c5;
--marshmallow-rose:#f6e4e6;
}