CSS code for this palette
/* CSS */
.sunset {
color: #c2504c;
}
.borscht {
color: #8d2a2a;
}
.tobi-brown {
color: #4d1f1f;
}
.weathervane {
color: #2a1e1e;
}
.babe {
color: #d87d7d;
}
/* CSS Variables */
:root {
--sunset:#c2504c;
--borscht:#8d2a2a;
--tobi-brown:#4d1f1f;
--weathervane:#2a1e1e;
--babe:#d87d7d;
}