Color names in this palette
CSS code for this palette
/* CSS */
.dark-red-brown {
color: #4c1f25;
}
.rhubarb-smoothie {
color: #8c4a4e;
}
.calliope {
color: #c69b8b;
}
.marquisette {
color: #f2d49c;
}
.sherbet-fruit {
color: #f9c8b9;
}
/* CSS Variables */
:root {
--dark-red-brown:#4c1f25;
--rhubarb-smoothie:#8c4a4e;
--calliope:#c69b8b;
--marquisette:#f2d49c;
--sherbet-fruit:#f9c8b9;
}