Pastel UI
diff --git a/app/palettes/distinct/page.tsx b/app/palettes/distinct/page.tsx index 7657f45..df5e0a1 100644 --- a/app/palettes/distinct/page.tsx +++ b/app/palettes/distinct/page.tsx @@ -37,8 +37,8 @@ export default function DistinctPage() { }; return ( -Distinct Colors Generator
diff --git a/app/palettes/gradient/page.tsx b/app/palettes/gradient/page.tsx index f58a2d3..cd133b8 100644 --- a/app/palettes/gradient/page.tsx +++ b/app/palettes/gradient/page.tsx @@ -52,8 +52,8 @@ export default function GradientPage() { }; return ( -
Gradient Creator
diff --git a/app/palettes/harmony/page.tsx b/app/palettes/harmony/page.tsx index 1ac169c..8e0d53c 100644 --- a/app/palettes/harmony/page.tsx +++ b/app/palettes/harmony/page.tsx @@ -52,8 +52,8 @@ export default function HarmonyPage() { }; return ( -
Harmony Palette Generator
diff --git a/app/palettes/page.tsx b/app/palettes/page.tsx index 0992dd0..105df68 100644 --- a/app/palettes/page.tsx +++ b/app/palettes/page.tsx @@ -27,8 +27,8 @@ export default function PalettesPage() { ]; return ( -
Palette Generation
diff --git a/app/playground/page.tsx b/app/playground/page.tsx index 6834348..78a3280 100644 --- a/app/playground/page.tsx +++ b/app/playground/page.tsx @@ -81,8 +81,8 @@ function PlaygroundContent() { ]); return ( -
Color Playground
@@ -206,8 +206,8 @@ function PlaygroundContent() {
export default function PlaygroundPage() {
return (