Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #811818;
}
.harissa-red {
color: #a22a2a;
}
.king-crimson {
color: #c44a4a;
}
.childhood-crush {
color: #e56c6c;
}
.vinaceous-cinnamon {
color: #f78d8d;
}
/* CSS Variables */
:root {
--falu-red:#811818;
--harissa-red:#a22a2a;
--king-crimson:#c44a4a;
--childhood-crush:#e56c6c;
--vinaceous-cinnamon:#f78d8d;
}