Color names in this palette
CSS code for this palette
/* CSS */
.marrakesh-red {
color: #7a3e3e;
}
.brick-dust {
color: #a8695d;
}
.bleached-maple {
color: #c89f6a;
}
.blossom-yellow {
color: #e3c57d;
}
.friendly-yellow {
color: #f5e2b2;
}
/* CSS Variables */
:root {
--marrakesh-red:#7a3e3e;
--brick-dust:#a8695d;
--bleached-maple:#c89f6a;
--blossom-yellow:#e3c57d;
--friendly-yellow:#f5e2b2;
}