colors icon indicating copy to clipboard operation
colors copied to clipboard

A gorgeous, accessible color system.

Results 27 colors issues
Sort by recently updated
recently updated
newest added

Hi, we love your color system but find ourselves wanting for a slightly different green option. Do you hand pick all the colors in each scale or do you have...

I absolutely love this project — the palette itself is stunning, and the documentation and guidance is extremely useful and reflects a tremendous amount of thoughtfulness and deliberation. That said,...

I have a UI in which the toggle thumb should remain white on both light and dark mode: ![basics paco sh_](https://user-images.githubusercontent.com/34928425/126082987-d51de0a7-b473-4998-ba79-47299f81f579.png) ![basics paco sh_ (1)](https://user-images.githubusercontent.com/34928425/126082988-5e5bdae4-d562-4301-b954-fef482824089.png) This doesn't seem possible with...

This PR will rename `scripts/build-css-modules.js` to `scripts/build-stylesheets.js` and update the script to export `scss` files along with `css` files. ### Fix Fixes #18 ### Checklist: - [x] Give a generic...

I've been using `@radix-ui/colors` for a while now. Recently, working on a small project I noticed there isn't any scss/sass modules exported from the library. I understand that we can...

Hi guys, thanks for the good work. I noticed that every color has its own type generated while a generic type could be made. ```typescript type ColorScale = 1 |...

Hi there, really love what you guys have done with this library and others (Stitches + Primitives are next level 🔥) and looking at using this on my next project....

Hi, i was wondering how you calculated the alpha colors to be the same colors as the non alpha colors? i tried it with this formular but it's not matching...

I can't just pass a number `1-12` after color name? ```tsx Count: {1000} ``` I must use inline styles, so Theme components are limited to a single shade if using...

On [this page](https://www.radix-ui.com/colors/docs/palette-composition/scales) we can copy the values for particular scale but not for individual item. As a designer, I have to go to console panel and copy the code...