From 0a533c33e31848d8c9d5d9033125ac5c46e92203 Mon Sep 17 00:00:00 2001 From: Erik Kennedy Date: Tue, 3 Sep 2024 05:28:17 -0700 Subject: [PATCH] adding Gradient Generator (#486) --- resources/g.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/g.ts b/resources/g.ts index cfba1d41..e454fcd5 100644 --- a/resources/g.ts +++ b/resources/g.ts @@ -239,6 +239,13 @@ export const resources: Resource[] = [ keywords: ['color', 'UI', 'design', 'gradient'], url: 'https://gradientos.app', }, + { + name: 'Gradient Generator', + categories: ['Color'], + description: 'Create brilliant gradients in 8 color spaces. 1-click export to CSS & SVG.', + keywords: ['color', 'UI', 'design', 'gradient'], + url: 'https://learnui.design/tools/gradient-generator.html', + }, { name: 'Gramara', categories: ['Productivity', 'Writing'],