``` interface ActionsColors { primary: string; secondary: string; tertiary: string; disabled: string; } ```