Startup Color Palette

Vibrant indigo, fresh teal, and bright coral with plenty of white space capture startup energy and innovation. This modern palette drives landing pages, pitch decks, and SaaS product interfaces.

#4B0082

Deep Violet

RGB(75, 0, 130)

HSL(275, 100%, 25%)

#0A9396

Deep Cyan

RGB(10, 147, 150)

HSL(181, 88%, 31%)

#FF6F61

Pale Red

RGB(255, 111, 97)

HSL(5, 100%, 69%)

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

#F5F5F5

White

RGB(245, 245, 245)

HSL(0, 0%, 96%)

#E8F5F5

Dusty Cyan

RGB(232, 245, 245)

HSL(180, 39%, 94%)

lightbulbBest Use Cases

  • checkLanding pages
  • checkPitch decks
  • checkSaaS products

businessIndustries

  • checkTechnology
  • checkStartup
Mood:innovative

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #4B0082;
  --color-2: #0A9396;
  --color-3: #FF6F61;
  --color-4: #FFFFFF;
  --color-5: #F5F5F5;
  --color-6: #E8F5F5;
}

Tailwind CSS Config

colors: {
  'startup-1': '#4B0082',
  'startup-2': '#0A9396',
  'startup-3': '#FF6F61',
  'startup-4': '#FFFFFF',
  'startup-5': '#F5F5F5',
  'startup-6': '#E8F5F5',
}
startupmoderninnovativevibranttech

Want to Extract Colors from Your Own Images?

Upload any photo and get a custom color palette instantly — free.

Try PaletteAI Free

Related Palettes