diff --git a/README.md b/README.md index 823baab..f7e671d 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Tailwind CSS 4 uses a new CSS-first configuration approach: - **Vert** - Privacy-focused file converter (images, audio, documents) - **Paint** - Browser-based image editor +- **Pastel** - Modern color manipulation toolkit with palette generation and accessibility testing ## CI/CD Pipeline diff --git a/components/ToolsGrid.tsx b/components/ToolsGrid.tsx index ca029d5..093c15f 100644 --- a/components/ToolsGrid.tsx +++ b/components/ToolsGrid.tsx @@ -26,6 +26,20 @@ const tools = [ ), }, + { + title: 'Pastel', + description: 'Modern color manipulation toolkit with palette generation, accessibility testing, and format conversion. Supports hex, RGB, HSL, Lab, and more.', + url: 'https://pastel.kit.pivoine.art', + gradient: 'gradient-purple-blue', + icon: ( + + ), + }, ]; export default function ToolsGrid() { @@ -49,7 +63,7 @@ export default function ToolsGrid() { {/* Tools grid */} -
- More tools coming soon... -
-