Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #791b1b;
}
.red-contrast {
color: #b03030;
}
.capocollo {
color: #da4e4e;
}
.calabrese {
color: #f5a8a8;
}
.lusty-gallant {
color: #ffcccc;
}
/* CSS Variables */
:root {
--falu-red:#791b1b;
--red-contrast:#b03030;
--capocollo:#da4e4e;
--calabrese:#f5a8a8;
--lusty-gallant:#ffcccc;
}