tailwindcss-radix-colors
Version:
A Tailwind CSS plugin that brings Radix UI's color system to Tailwind CSS
26 lines • 760 B
CSS
@theme {
--color-tomato-1: #fffcfc;
--color-tomato-2: #fff8f7;
--color-tomato-3: #feebe7;
--color-tomato-4: #ffdcd3;
--color-tomato-5: #ffcdc2;
--color-tomato-6: #fdbdaf;
--color-tomato-7: #f5a898;
--color-tomato-8: #ec8e7b;
--color-tomato-9: #e54d2e;
--color-tomato-10: #dd4425;
--color-tomato-11: #d13415;
--color-tomato-12: #5c271f;
--color-tomatodark-1: #181111;
--color-tomatodark-2: #1f1513;
--color-tomatodark-3: #391714;
--color-tomatodark-4: #4e1511;
--color-tomatodark-5: #5e1c16;
--color-tomatodark-6: #6e2920;
--color-tomatodark-7: #853a2d;
--color-tomatodark-8: #ac4d39;
--color-tomatodark-9: #e54d2e;
--color-tomatodark-10: #ec6142;
--color-tomatodark-11: #ff977d;
--color-tomatodark-12: #fbd3cb;
}