Color names in this palette
CSS code for this palette
/* CSS */
.marrakesh-red {
color: #7b3d3e;
}
.strawberry-wine {
color: #c9696c;
}
.cuticle-pink {
color: #e4a29a;
}
.miami-stucco {
color: #f4d6b8;
}
.alhambra-cream {
color: #f8f2e2;
}
/* CSS Variables */
:root {
--marrakesh-red:#7b3d3e;
--strawberry-wine:#c9696c;
--cuticle-pink:#e4a29a;
--miami-stucco:#f4d6b8;
--alhambra-cream:#f8f2e2;
}