diff --git a/src/app/globals.css b/src/app/globals.css index 4a3743d..35031fd 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -171,10 +171,13 @@ .bg-gradient-smooth { background: linear-gradient(135deg, - oklch(0.22 0.20 315) 0%, - oklch(0.20 0.18 280) 30%, - oklch(0.18 0.16 250) 60%, - oklch(0.15 0.12 330) 100%); + oklch(0.15 0.25 270) 0%, + oklch(0.25 0.30 300) 15%, + oklch(0.45 0.35 320) 30%, + oklch(0.20 0.28 250) 45%, + oklch(0.35 0.32 280) 60%, + oklch(0.10 0.20 290) 75%, + oklch(0.18 0.25 260) 100%); } .gradient-sunset { @@ -515,9 +518,13 @@ /* Animated Background */ .bg-animated { background: linear-gradient(135deg, - oklch(0.22 0.20 315) 0%, - oklch(0.18 0.16 300) 40%, - oklch(0.15 0.12 330) 100%); + oklch(0.15 0.25 270) 0%, + oklch(0.25 0.30 300) 15%, + oklch(0.45 0.35 320) 30%, + oklch(0.20 0.28 250) 45%, + oklch(0.35 0.32 280) 60%, + oklch(0.10 0.20 290) 75%, + oklch(0.18 0.25 260) 100%); position: relative; overflow: hidden; } diff --git a/src/components/admin/ui-kit/colors-demo.tsx b/src/components/admin/ui-kit/colors-demo.tsx index 1c7a1fd..d62f1e1 100644 --- a/src/components/admin/ui-kit/colors-demo.tsx +++ b/src/components/admin/ui-kit/colors-demo.tsx @@ -204,7 +204,7 @@ export function ColorsDemo() {