Color names in this palette
CSS code for this palette
/* CSS */
.sharp-rip-drill {
color: #eae1d7;
}
.male {
color: #d5cec3;
}
.historical-ruins {
color: #c0b8a5;
}
.apple-hill {
color: #a8a08f;
}
.dry-sage {
color: #8b8b79;
}
/* CSS Variables */
:root {
--sharp-rip-drill:#eae1d7;
--male:#d5cec3;
--historical-ruins:#c0b8a5;
--apple-hill:#a8a08f;
--dry-sage:#8b8b79;
}