Color names in this palette
CSS code for this palette
/* CSS */
.night-red {
color: #3d2929;
}
.wine-brown {
color: #603e3e;
}
.antique-red {
color: #7e4e4e;
}
.delhi-spice {
color: #a76c6c;
}
.remembrance {
color: #c99c9c;
}
/* CSS Variables */
:root {
--night-red:#3d2929;
--wine-brown:#603e3e;
--antique-red:#7e4e4e;
--delhi-spice:#a76c6c;
--remembrance:#c99c9c;
}