palette=['tab:blue', 'tab:green', 'tab:orange', 'tab:red']
Example:
sns.scatterplot( data=df,
x="perm",
y="perm',
hue="perm",
palette=['tab:blue', 'tab:green', 'tab:orange', 'tab:red'] )