Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.silithus-brown {
color: #d77c60;
}
.ninjin-orange {
color: #e3a86d;
}
.smoked-ham {
color: #f1b67e;
}
.cactus-blooms {
color: #f5c79e;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--silithus-brown:#d77c60;
--ninjin-orange:#e3a86d;
--smoked-ham:#f1b67e;
--cactus-blooms:#f5c79e;
}