Color names in this palette
CSS code for this palette
/* CSS */
.marron {
color: #6a4d4d;
}
.honey-maple {
color: #a66f5e;
}
.apricotta {
color: #d9a48c;
}
.avid-apricot {
color: #f3c5a0;
}
.khaki-core {
color: #f9e3ae;
}
/* CSS Variables */
:root {
--marron:#6a4d4d;
--honey-maple:#a66f5e;
--apricotta:#d9a48c;
--avid-apricot:#f3c5a0;
--khaki-core:#f9e3ae;
}