Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #7d1c1c;
}
.bijou-red {
color: #a13a3a;
}
.common-chestnut {
color: #d05858;
}
.brain-pink {
color: #f1b1b1;
}
.ballet {
color: #f8d3d3;
}
/* CSS Variables */
:root {
--falu-red:#7d1c1c;
--bijou-red:#a13a3a;
--common-chestnut:#d05858;
--brain-pink:#f1b1b1;
--ballet:#f8d3d3;
}