Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #791b1b;
}
.harissa-red {
color: #a72a2a;
}
.king-crimson {
color: #c44a4a;
}
.childhood-crush {
color: #e16b6b;
}
.pink-eraser {
color: #f19d9d;
}
/* CSS Variables */
:root {
--falu-red:#791b1b;
--harissa-red:#a72a2a;
--king-crimson:#c44a4a;
--childhood-crush:#e16b6b;
--pink-eraser:#f19d9d;
}