Color names in this palette
CSS code for this palette
/* CSS */
.tobi-brown {
color: #4a1c1c;
}
.polished-apple {
color: #812c2c;
}
.sappanwood {
color: #9f3c3c;
}
.pomegranate {
color: #c15353;
}
.sea-pink {
color: #e08080;
}
/* CSS Variables */
:root {
--tobi-brown:#4a1c1c;
--polished-apple:#812c2c;
--sappanwood:#9f3c3c;
--pomegranate:#c15353;
--sea-pink:#e08080;
}