setting embed color discord.py code example
Example: discord embed colors python
embed=discord.Embed(title='Your title',
description="Your description",
color=0x552E12) # your color in hexadecimal
embed=discord.Embed(title='Your title',
description="Your description",
color=0x552E12) # your color in hexadecimal