Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4a2b2b;
}
.buccaneer {
color: #6e4e4e;
}
.handmade-red {
color: #a57878;
}
.appleblossom {
color: #d9b5b5;
}
.french-bustle {
color: #f2d4d4;
}
/* CSS Variables */
:root {
--brown-coffee:#4a2b2b;
--buccaneer:#6e4e4e;
--handmade-red:#a57878;
--appleblossom:#d9b5b5;
--french-bustle:#f2d4d4;
}