Color names in this palette
CSS code for this palette
/* CSS */
.tobi-brown {
color: #4a1c1c;
}
.tuscan-russet {
color: #713d3d;
}
.ruby-crystal {
color: #9a5b5b;
}
.grand-sunset {
color: #c58c8c;
}
.sweet-blush {
color: #e3bfbf;
}
/* CSS Variables */
:root {
--tobi-brown:#4a1c1c;
--tuscan-russet:#713d3d;
--ruby-crystal:#9a5b5b;
--grand-sunset:#c58c8c;
--sweet-blush:#e3bfbf;
}