From 7682c992cd03c9fb53a5c9f0b001c4a95a8475e1 Mon Sep 17 00:00:00 2001 From: jfelifel <160548749+jfelifel@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:40:50 -0600 Subject: [PATCH] Update gradients.json Added Purple Fusion and Lavender Dream --- gradients.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gradients.json b/gradients.json index 60d987c4..ddf22900 100644 --- a/gradients.json +++ b/gradients.json @@ -1532,5 +1532,13 @@ { "name": "Visual Blue", "colors": ["#003d4d", "#00c996"] + }, + { + "name": "Purple Fusion", + "colors": ["#6b54a2", "#8F7FB7"] + }, + { + "name": "Lavender Dream", + "colors": ["#6b54a2", "#AFA3CD"] } ]