Colors
React Figma supports different color formats.
- By names:
red,green, etc. according to CSS Color Module level 4 - Hex
#RGB#RGBA#RRGGBB#RRGGBBAA
- Rgb:
rgb(10, 20, 30),rgba(10, 20, 30, .3)
React Figma supports different color formats.
red, green, etc. according to CSS Color Module level 4#RGB#RGBA#RRGGBB#RRGGBBAArgb(10, 20, 30), rgba(10, 20, 30, .3)