Color names in this palette
CSS code for this palette
/* CSS */
.tobi-brown {
color: #4a1c1c;
}
.sun-dried-tomato {
color: #7e2a2a;
}
.california-poppy {
color: #a83e3e;
}
.chestnut-rose {
color: #d05353;
}
.porcelain-rose {
color: #e86d6d;
}
/* CSS Variables */
:root {
--tobi-brown:#4a1c1c;
--sun-dried-tomato:#7e2a2a;
--california-poppy:#a83e3e;
--chestnut-rose:#d05353;
--porcelain-rose:#e86d6d;
}