I think this is what you want. Make color is optional and is not nullable
from pydantic import Field ... color: str = Field(None)