Color names in this palette
CSS code for this palette
/* CSS */
.havana {
color: #3b2b2b;
}
.spell {
color: #5f4e4e;
}
.renwick-heather {
color: #8d7c7c;
}
.hazy-rose {
color: #b39898;
}
.cranapple-cream {
color: #e7c5c5;
}
/* CSS Variables */
:root {
--havana:#3b2b2b;
--spell:#5f4e4e;
--renwick-heather:#8d7c7c;
--hazy-rose:#b39898;
--cranapple-cream:#e7c5c5;
}