Color names in this palette
CSS code for this palette
/* CSS */
.burgundy-wine {
color: #6a3e3e;
}
.escalante {
color: #a65e5e;
}
.memorable-rose {
color: #d08b8b;
}
.brain-pink {
color: #f2b1b1;
}
.bride-s-blush {
color: #f9e1e1;
}
/* CSS Variables */
:root {
--burgundy-wine:#6a3e3e;
--escalante:#a65e5e;
--memorable-rose:#d08b8b;
--brain-pink:#f2b1b1;
--bride-s-blush:#f9e1e1;
}