Color names in this palette
CSS code for this palette
/* CSS */
.red-bean {
color: #3d0f0a;
}
.falu-red {
color: #7e1c1b;
}
.red-leather {
color: #a94c4d;
}
.juicy-details {
color: #d8797c;
}
.ballerina-tears {
color: #f2b7b1;
}
/* CSS Variables */
:root {
--red-bean:#3d0f0a;
--falu-red:#7e1c1b;
--red-leather:#a94c4d;
--juicy-details:#d8797c;
--ballerina-tears:#f2b7b1;
}