Color names in this palette
CSS code for this palette
/* CSS */
.dark-mahogany {
color: #4a1c2b;
}
.marrakesh-red {
color: #783a3d;
}
.cajun-red {
color: #a35a4d;
}
.cinnamon-brandy {
color: #d18d6b;
}
.citrus-sachet {
color: #f1c6a7;
}
/* CSS Variables */
:root {
--dark-mahogany:#4a1c2b;
--marrakesh-red:#783a3d;
--cajun-red:#a35a4d;
--cinnamon-brandy:#d18d6b;
--citrus-sachet:#f1c6a7;
}