You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link and text colors (e.g. `#0070e0`) were filtered out when they never appeared as background colors. Chromatic text-only colors with sufficient semantic context are now retained.
Header and single-instance brand background colors were dropped on large sites where element count pushed the frequency threshold too high. High-scoring colors now bypass the count threshold.
Modern CSS color functions (`oklab`, `oklch`, `lch`, `lab`, `color()`) were leaking into the palette as unparseable strings. These are now rejected at all extraction paths including hover/focus state merging.