Color names in this palette
CSS code for this palette
/* CSS */
.fiji-sands {
color: #d6cda9;
}
.that-s-atomic {
color: #b0b08d;
}
.dry-sage {
color: #8d8c77;
}
.tornado-cloud {
color: #5f5c61;
}
.india-ink {
color: #3d3e4d;
}
/* CSS Variables */
:root {
--fiji-sands:#d6cda9;
--that-s-atomic:#b0b08d;
--dry-sage:#8d8c77;
--tornado-cloud:#5f5c61;
--india-ink:#3d3e4d;
}