What a color palette actually needs documented
Most palette documentation stops at the swatch + hex value level. This is the minimum viable documentation — it captures what the colors are but not how to use them. Useful color documentation has three layers: the color definition (hex, HSL, token name), the usage intent (what this color is for, in what contexts, at what scale), and the negative space (what this color is not for, common misapplications, colors it should not appear next to). The negative space documentation is almost always missing and almost always the most valuable: 'do not use accent-orange for error states, even though it is vivid, because it reads as 'caution' rather than 'error'' is the kind of documentation that prevents the next designer from making the same mistake the first designer learned through painful iteration.
