Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a72a2a;
}
.chestnut-rose {
color: #d05353;
}
.pressed-rose {
color: #f1a7a7;
}
.porch-ceiling {
color: #a3b3b8;
}
.abysse {
color: #3b5959;
}
/* CSS Variables */
:root {
--harissa-red:#a72a2a;
--chestnut-rose:#d05353;
--pressed-rose:#f1a7a7;
--porch-ceiling:#a3b3b8;
--abysse:#3b5959;
}