Color names in this palette
CSS code for this palette
/* CSS */
.rustic-rouge {
color: #9d2a2a;
}
.enticing-red {
color: #b54f4f;
}
.sea-pink {
color: #d77e7e;
}
.perfect-pink {
color: #e2b1b1;
}
.ballet {
color: #f8d3d3;
}
/* CSS Variables */
:root {
--rustic-rouge:#9d2a2a;
--enticing-red:#b54f4f;
--sea-pink:#d77e7e;
--perfect-pink:#e2b1b1;
--ballet:#f8d3d3;
}