the temporal transition trick is a game changer for avoiding that weird
jarring flicker during color shifts. i've been experimenting w/
color-mix(in srgb, var(--primary), white 10%)
to create subtle depth w/o adding extra layers. just make sure you test the interpolation on older browsers since some engines still struggle with complex color interpolations. ⭐