Color names in this palette
CSS code for this palette
/* CSS */
.dark-maroon {
color: #3d000b;
}
.red-oxide {
color: #5e1d23;
}
.earth-red {
color: #a54a5e;
}
.strawberry-smoothie {
color: #e3a1a6;
}
.mary-s-rose {
color: #f6d0d3;
}
/* CSS Variables */
:root {
--dark-maroon:#3d000b;
--red-oxide:#5e1d23;
--earth-red:#a54a5e;
--strawberry-smoothie:#e3a1a6;
--mary-s-rose:#f6d0d3;
}