Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #7d1c1c;
}
.eye-of-newt {
color: #b03b3b;
}
.reductant {
color: #e85e5e;
}
.her-majesty {
color: #f7a6a6;
}
.lusty-gallant {
color: #ffcccc;
}
/* CSS Variables */
:root {
--falu-red:#7d1c1c;
--eye-of-newt:#b03b3b;
--reductant:#e85e5e;
--her-majesty:#f7a6a6;
--lusty-gallant:#ffcccc;
}