Color names in this palette
CSS code for this palette
/* CSS */
.havana {
color: #3c2a2a;
}
.burnt-bamboo {
color: #4e3c3c;
}
.marron {
color: #6a4d4d;
}
.centennial-rose {
color: #b5a6a6;
}
.theatre-powder-rose {
color: #e3d4d4;
}
/* CSS Variables */
:root {
--havana:#3c2a2a;
--burnt-bamboo:#4e3c3c;
--marron:#6a4d4d;
--centennial-rose:#b5a6a6;
--theatre-powder-rose:#e3d4d4;
}