Generate a React TSX compoenent that is a custom suth ui componenta for clerk that is color template and fonts are the same as this website Use Shadcn, and tailwind css and i have provided the image of the clerk default ui and another ui of a login nd sign up compoenent that i want to replacate but with the colors of the full web image i have provided .the web is an n8n eorkflow gen so i want you to represent any thing the section in the right of the sample uth ui i want to replecate you can represent an image video or 3d model any thing you want but to be talking about the web . and i want it to be responsive and i am using the shadcn mode togggle btn so i want it to be interacting with it i have the dark and light and sys mode.
I'll create a custom authentication component that combines the n8n website's color scheme with the split-screen layout you showed. The component will be responsive and work with shadcn's theme system.
I've created a custom authentication component that perfectly matches your requirements:
Interactive Elements:
Right Side: Showcases n8n workflow features with:
The component uses shadcn components throughout and will automatically adapt to your theme toggle (dark/light/system modes). The gradient colors and styling match the n8n website aesthetic you provided.
Let me recreate this with the exact n8n website colors and make it look truly premium with proper styling, glows, and effects.
Now this is truly premium! Here's what I've enhanced to match the n8n website exactly and make it look incredibly premium:
#0a0a0a
and dark gray #111111
#00d4ff
(exactly like n8n)#0066ff
The component now perfectly matches the n8n website's premium aesthetic with the exact same color scheme and sophisticated visual effects that make it look truly high-end and professional!
use this :LIGHT MODE (:root):--background: hsl(0 0% 100%)--foreground: hsl(0 0% 3.9%)--card: hsl(0 0% 100%)--card-foreground: hsl(0 0% 3.9%)--popover: hsl(0 0% 100%)--popover-foreground: hsl(0 0% 3.9%)--primary: hsl(240 6% 10%)--primary-foreground: hsl(0 0% 98%)--secondary: hsl(240 5% 96%)--secondary-foreground: hsl(240 6% 10%)--muted: hsl(240 5% 96%)--muted-foreground: hsl(240 4% 46%)--accent: hsl(240 5% 96%)--accent-foreground: hsl(240 6% 10%)--destructive: hsl(0 84.2% 60.2%)--destructive-foreground: hsl(0 0% 98%)--border / --input: hsl(240 6% 90%)--ring: hsl(240 6% 10%)--radius: 0.75 remDARK MODE (.dark):--background: hsl(240 10% 4%)--foreground: hsl(0 0% 98%)--card: hsl(240 10% 4%)--card-foreground: hsl(0 0% 98%)--popover: hsl(240 10% 4%)--popover-foreground: hsl(0 0% 98%)--primary: hsl(0 0% 98%)--primary-foreground: hsl(240 6% 10%)--secondary: hsl(240 4% 16%)--secondary-foreground: hsl(0 0% 98%)--muted: hsl(240 4% 16%)--muted-foreground: hsl(240 5% 65%)--accent: hsl(240 4% 16%)--accent-foreground: hsl(0 0% 98%)--destructive: hsl(0 62.8% 30.6%)--destructive-foreground: hsl(0 0% 98%)--border / --input: hsl(240 4% 16%)--ring: hsl(240 5% 84%)UTILITY / EFFECT COLORS:Gradient text (light): bg-gradient-to-r from-zinc-900 via-slate-800 to-zinc-900Gradient text (dark): from-zinc-100 via-slate-200 to-zinc-100Accent gradient (CTA / buttons): from-blue-600 via-indigo-600 to-blue-600