From fad43aa6210aef43f927baca8e3a4415c34e7d52 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 23 May 2026 14:01:11 +0000 Subject: [PATCH] Bob AI: lets use a green colorway --- design.json | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 design.json diff --git a/design.json b/design.json new file mode 100644 index 0000000..1713ad3 --- /dev/null +++ b/design.json @@ -0,0 +1,94 @@ +{ + "title": "Design plan", + "message": "A luxurious and inviting website design for a hotel, featuring a dark theme with green accents. The layout emphasizes high-quality imagery and showcases amenities and rooms in an elegant, engaging manner, creating a premium online experience.", + "colors": [ + { + "id": "background", + "name": "Background", + "color": "#0a1a0a" + }, + { + "id": "card", + "name": "Card", + "color": "#1a2a1a" + }, + { + "id": "foreground", + "name": "Foreground", + "color": "#f5f5f5" + }, + { + "id": "primary-cta", + "name": "Primary CTA", + "color": "#7dff7d" + }, + { + "id": "secondary-cta", + "name": "Secondary CTA", + "color": "#1a2a1a" + }, + { + "id": "accent", + "name": "Accent", + "color": "#008000" + }, + { + "id": "background-accent", + "name": "Background Accent", + "color": "#004d00" + }, + { + "id": "primary-cta-text", + "name": "Primary CTA Text", + "color": "#0a1a0a" + }, + { + "id": "secondary-cta-text", + "name": "Secondary CTA Text", + "color": "#ffffff" + } + ], + "sections": [ + { + "name": "Hero Carousel" + }, + { + "name": "About Testimonial" + }, + { + "name": "Features Marquee" + }, + { + "name": "Product Gallery" + }, + { + "name": "Testimonial Marquee" + }, + { + "name": "Social Proof" + }, + { + "name": "FAQ Section" + }, + { + "name": "Contact Form" + }, + { + "name": "Minimal Footer" + } + ], + "styles": [ + { + "name": "Luxurious Dark" + }, + { + "name": "Elegant Imagery" + }, + { + "name": "Golden Accents" + }, + { + "name": "Modern Minimalism" + } + ] +} \ No newline at end of file -- 2.49.1