# Orchids Brand Identity

A complete profile of **Orchids**'s visual system — colors, typography, components, and personality.

## Quick Facts

| Field      | Value      |
|------------|------------|
| Primary    | #FCAA26    |
| Accent     | #75DC84    |
| Body Font  | seasonSans |
| Heading Font| seasonSans |

## Color Palette

- primary: #FCAA26
- secondary: #4A8352
- accent: #75DC84
- background: #141414
- textPrimary: #141414
- link: #75DC84

## Typography

- primary: seasonSans — [Google Fonts](https://fonts.google.com/specimen/seasonSans)
- heading: seasonSans — [Google Fonts](https://fonts.google.com/specimen/seasonSans)

## Visual Assets

- Logo: 
- Favicon: 
- Social card (og:image):

## UI Components

- input: background=transparent, textColor=#FAFAFA, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#FAFAFA, textColor=#141414, borderColor=#303030, borderRadius=8px, shadow=none
- buttonSecondary: background=#2A2A2A, textColor=#FAFAFA, borderColor=#434343, borderRadius=33554400px, shadow=none

## Brand Personality

Tone: modern · Energy: medium · Audience: developers and tech-savvy users

## Orchids Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

- **Orchids - The AI App Builder**  
  - Image:   
  - Source: [Orchids](https://www.orchids.app/)
- **20 Best Softr Alternatives for Efficient No-Code App Builders**  
  - Image:   
  - Source: [Blog Post](https://www.orchids.app/blog/20-best-softr-alternatives-for-efficient-no-code-app-builders)
- **Bud - Your AI Worker**  
  - Image:   
  - Source: [Bud Waitlist](https://www.orchids.app/waitlist)

## Machine-Readable Profile

```json
{
 "colorScheme": "dark",
 "fonts": [
  {
   "family": "seasonSans",
   "role": "body"
  },
  {
   "family": "seasonMix",
   "role": "unknown"
  }
 ],
 "colors": {
  "primary": "#FCAA26",
  "secondary": "#4A8352",
  "accent": "#75DC84",
  "background": "#141414",
  "textPrimary": "#141414",
  "link": "#75DC84"
 },
 "typography": {
  "fontFamilies": {
   "primary": "seasonSans",
   "heading": "seasonSans"
  },
  "fontStacks": {
   "heading": [
    "seasonMix"
   ],
   "body": [
    "seasonSans",
    "sans-serif"
   ],
   "paragraph": [
    "seasonSans",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "16px",
   "h2": "30px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "4px"
 },
 "components": {
  "input": {
   "background": "transparent",
   "textColor": "#FAFAFA",
   "borderColor": null,
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#FAFAFA",
   "textColor": "#141414",
   "borderColor": "#303030",
   "borderRadius": "8px",
   "borderRadiusCorners": {
    "topLeft": "8px",
    "topRight": "8px",
    "bottomRight": "8px",
    "bottomLeft": "8px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#2A2A2A",
   "textColor": "#FAFAFA",
   "borderColor": "#434343",
   "borderRadius": "33554400px",
   "borderRadiusCorners": {
    "topLeft": "33554400px",
    "topRight": "33554400px",
    "bottomRight": "33554400px",
    "bottomLeft": "33554400px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://www.orchids.app/orchids-wordmark.svg?dpl=dpl_9H1sN72qspjVBmLqWixWraus8f7H",
  "favicon": "https://slelguoygbfzlpylpxfs.supabase.co/storage/v1/object/public/bilal-assets/Mobile%20image.png",
  "ogImage": "https://slelguoygbfzlpylpxfs.supabase.co/storage/v1/object/public/bilal-assets/Site%20Preview%20Screen.png",
  "logoHref": "/",
  "logoAlt": "Orchids - The AI App Builder"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "developers and tech-savvy users"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 }
}
```
