Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #7c1818;
}
.dorset-naga {
color: #9c2b2b;
}
.enticing-red {
color: #b74e4e;
}
.juicy-details {
color: #d67a7a;
}
.calabrese {
color: #f2a6a6;
}
/* CSS Variables */
:root {
--falu-red:#7c1818;
--dorset-naga:#9c2b2b;
--enticing-red:#b74e4e;
--juicy-details:#d67a7a;
--calabrese:#f2a6a6;
}