flyonui
Version:
The easiest, free and open-source Tailwind CSS component library with semantic classes.
32 lines (31 loc) • 1.23 kB
CSS
:root:has(input.theme-controller[value=corporate]:checked),[data-theme="corporate"] {
color-scheme: light;
--color-base-100: oklch(99.43% 0.001 286.38);
--color-base-200: oklch(97.33% 0.008 271.33);
--color-base-300: oklch(48.52% 0.0225 279.09);
--color-base-content: oklch(42.06% 0.049 276.53);
--color-primary: oklch(62.31% 0.188 259.81);
--color-primary-content: oklch(97.05% 0.014 254.6);
--color-secondary: oklch(55.79% 0.022 301.91);
--color-secondary-content: oklch(95.05% 0.003 308.43);
--color-accent: oklch(65.59% 0.212 354.31);
--color-accent-content: oklch(97.14% 0.014 343.2);
--color-neutral: oklch(0.447 0.0732 274.26);
--color-neutral-content: oklch(82.15% 0.055 277.12);
--color-info: oklch(70.38% 0.123 182.5);
--color-info-content: oklch(98.36% 0.014 180.72);
--color-success: oklch(76.81% 0.204 130.85);
--color-success-content: oklch(98.57% 0.031 120.76);
--color-warning: oklch(79.52% 0.162 86.05);
--color-warning-content: oklch(98.73% 0.026 102.21);
--color-error: oklch(64.5% 0.215 16.44);
--color-error-content: oklch(96.94% 0.015 12.42);
--radius-selector: 0.125rem;
--radius-field: 0.25rem;
--radius-box: 0.375rem;
--size-selector: 0.25rem;
--size-field: 0.25rem;
--border: 1px;
--depth: 1;
--noise: 0;
}