How to use Radix Colors with various styling solutions.
Radix Colors scales are just simple JavaScript objects, so you can use them with your preferred styling solution easily. Below you can find usage examples for popular styling solutions.
Radix Colors provides the colors bundled as raw CSS files. You can import them directly in your files when using a bundler, such as Parcel or Webpack.
Usage with emotion is almost identical to the styled-components docs above, aside from the different imports.