Color names in this palette
CSS code for this palette
/* CSS */
.tobi-brown {
color: #4b1c1b;
}
.mexican-red {
color: #9c3a3a;
}
.barbecue {
color: #c2625b;
}
.pale-blush {
color: #e2afa1;
}
.mary-s-rose {
color: #f4d2d2;
}
/* CSS Variables */
:root {
--tobi-brown:#4b1c1b;
--mexican-red:#9c3a3a;
--barbecue:#c2625b;
--pale-blush:#e2afa1;
--mary-s-rose:#f4d2d2;
}