Color names in this palette
CSS code for this palette
/* CSS */
.silithus-brown {
color: #d87d64;
}
.inventive-orange {
color: #e5a06c;
}
.skullcrusher-brass {
color: #f0c78e;
}
.sun-dust {
color: #f5e2a3;
}
.night-blooming-jasmine {
color: #f9f9ec;
}
/* CSS Variables */
:root {
--silithus-brown:#d87d64;
--inventive-orange:#e5a06c;
--skullcrusher-brass:#f0c78e;
--sun-dust:#f5e2a3;
--night-blooming-jasmine:#f9f9ec;
}