Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5b2a2a;
}
.harissa-red {
color: #a72a2a;
}
.fever {
color: #e94e4e;
}
.candy-heart-pink {
color: #f6a2a2;
}
.light-petite-pink {
color: #f0d6d6;
}
/* CSS Variables */
:root {
--christmas-brown:#5b2a2a;
--harissa-red:#a72a2a;
--fever:#e94e4e;
--candy-heart-pink:#f6a2a2;
--light-petite-pink:#f0d6d6;
}