Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #7d1c1c;
}
.scarlet-past {
color: #a53b3b;
}
.common-chestnut {
color: #d05d5d;
}
.plum-blossom {
color: #f1a2a2;
}
.lusty-gallant {
color: #ffcccc;
}
/* CSS Variables */
:root {
--falu-red:#7d1c1c;
--scarlet-past:#a53b3b;
--common-chestnut:#d05d5d;
--plum-blossom:#f1a2a2;
--lusty-gallant:#ffcccc;
}