diff --git a/colors.ts b/colors.ts index 68775cb..7d9bb02 100644 --- a/colors.ts +++ b/colors.ts @@ -6,7 +6,7 @@ export const LIGHT_COLORS = [ { hex: "#FA8072", name: "Salmon" }, { hex: "#FFC0CB", name: "Pink" }, { hex: "#E9DCC9", name: "Linen" }, - { hex: "#9ACD32", name: "Yellow Green" }, + { hex: "#9ACD32", name: "Green" }, { hex: "#FFD700", name: "Gold" }, { hex: "#00CED1", name: "Turquoise" }, ];