tailwindcss-radix-colors
Version:
A Tailwind CSS plugin that brings Radix UI's color system to Tailwind CSS
26 lines • 736 B
CSS
@theme {
--color-mauve-1: #fdfcfd;
--color-mauve-2: #faf9fb;
--color-mauve-3: #f2eff3;
--color-mauve-4: #eae7ec;
--color-mauve-5: #e3dfe6;
--color-mauve-6: #dbd8e0;
--color-mauve-7: #d0cdd7;
--color-mauve-8: #bcbac7;
--color-mauve-9: #8e8c99;
--color-mauve-10: #84828e;
--color-mauve-11: #65636d;
--color-mauve-12: #211f26;
--color-mauvedark-1: #121113;
--color-mauvedark-2: #1a191b;
--color-mauvedark-3: #232225;
--color-mauvedark-4: #2b292d;
--color-mauvedark-5: #323035;
--color-mauvedark-6: #3c393f;
--color-mauvedark-7: #49474e;
--color-mauvedark-8: #625f69;
--color-mauvedark-9: #6f6d78;
--color-mauvedark-10: #7c7a85;
--color-mauvedark-11: #b5b2bc;
--color-mauvedark-12: #eeeef0;
}