Color names in this palette
CSS code for this palette
/* CSS */
.heath {
color: #502b2b;
}
.madder-brown {
color: #793939;
}
.persimmon-red {
color: #a84d4d;
}
.rose-chintz {
color: #c87979;
}
.chewing-gum {
color: #e4afaf;
}
/* CSS Variables */
:root {
--heath:#502b2b;
--madder-brown:#793939;
--persimmon-red:#a84d4d;
--rose-chintz:#c87979;
--chewing-gum:#e4afaf;
}