Color names in this palette
CSS code for this palette
/* CSS */
.tobi-brown {
color: #4a1c1c;
}
.enticing-red {
color: #b74e4e;
}
.coral-expression {
color: #d86969;
}
.calabrese {
color: #f4a4a4;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--tobi-brown:#4a1c1c;
--enticing-red:#b74e4e;
--coral-expression:#d86969;
--calabrese:#f4a4a4;
--polished-apple:#8c2b2b;
}