feat: new pattern-craft color

This commit is contained in:
Maze Winther 2025-08-04 10:37:40 +02:00
parent d022a78ae2
commit 81de82ffaa
1 changed files with 3 additions and 0 deletions

View File

@ -27,4 +27,7 @@ export const patternCraftGradients = [
// Purple Glow Left
"radial-gradient(circle at top left, rgba(173, 109, 244, 0.5), transparent 70%)",
// Pastel Wave
"linear-gradient(120deg, #d5c5ff 0%, #a7f3d0 50%, #f0f0f0 100%)",
];