Color names in this palette
CSS code for this palette
/* CSS */
.bacchanalia-red {
color: #8c3b3b;
}
.lasting-impression {
color: #b26262;
}
.rose-embroidery {
color: #c69f9f;
}
.girl-talk {
color: #e5c7c7;
}
.reduced-pink {
color: #f6e4e4;
}
/* CSS Variables */
:root {
--bacchanalia-red:#8c3b3b;
--lasting-impression:#b26262;
--rose-embroidery:#c69f9f;
--girl-talk:#e5c7c7;
--reduced-pink:#f6e4e4;
}