Color names in this palette
CSS code for this palette
/* CSS */
.red-vitality {
color: #9c1c1c;
}
.heart-throb {
color: #d03e3e;
}
.reductant {
color: #e85e5e;
}
.her-majesty {
color: #f8a5a5;
}
.lusty-gallant {
color: #ffcccc;
}
/* CSS Variables */
:root {
--red-vitality:#9c1c1c;
--heart-throb:#d03e3e;
--reductant:#e85e5e;
--her-majesty:#f8a5a5;
--lusty-gallant:#ffcccc;
}