Color names in this palette
CSS code for this palette
/* CSS */
.classic-ivory {
color: #f4e0c3;
}
.fiji-sands {
color: #d6cda9;
}
.that-s-atomic {
color: #b0b08d;
}
.dry-sage {
color: #8a8b79;
}
.green-jeans {
color: #7b7c6e;
}
/* CSS Variables */
:root {
--classic-ivory:#f4e0c3;
--fiji-sands:#d6cda9;
--that-s-atomic:#b0b08d;
--dry-sage:#8a8b79;
--green-jeans:#7b7c6e;
}