Color names in this palette
CSS code for this palette
/* CSS */
.pompadour {
color: #691b3d;
}
.rumba-red {
color: #8d2a3c;
}
.winter-poinsettia {
color: #af3c3e;
}
.pastel-strawberry {
color: #ef4d4d;
}
.cherished-one {
color: #ff8f8f;
}
/* CSS Variables */
:root {
--pompadour:#691b3d;
--rumba-red:#8d2a3c;
--winter-poinsettia:#af3c3e;
--pastel-strawberry:#ef4d4d;
--cherished-one:#ff8f8f;
}