CSS code for this palette
/* CSS */
.havana {
color: #3c2a2b;
}
.alden-till {
color: #784a4a;
}
.lite-cocoa {
color: #b6998b;
}
.iced-apricot {
color: #f0d6c1;
}
.rustique {
color: #f6c0b1;
}
/* CSS Variables */
:root {
--havana:#3c2a2b;
--alden-till:#784a4a;
--lite-cocoa:#b6998b;
--iced-apricot:#f0d6c1;
--rustique:#f6c0b1;
}