Airbnb Inspired Color Palette

Warm coral-red paired with clean white, dark gray, and soft backgrounds capture Airbnb's welcoming brand. This hospitable palette suits vacation rental platforms, travel apps, and hospitality branding.

#FF5A5F

Pale Red

RGB(255, 90, 95)

HSL(358, 100%, 68%)

#00A699

Deep Cyan

RGB(0, 166, 153)

HSL(175, 100%, 33%)

#FC642D

Vivid Vermilion

RGB(252, 100, 45)

HSL(16, 97%, 58%)

#484848

Charcoal

RGB(72, 72, 72)

HSL(0, 0%, 28%)

#767676

Gray

RGB(118, 118, 118)

HSL(0, 0%, 46%)

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

lightbulbBest Use Cases

  • checkRental platforms
  • checkTravel apps
  • checkHospitality branding

businessIndustries

  • checkTravel
  • checkHospitality
Mood:welcoming

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #FF5A5F;
  --color-2: #00A699;
  --color-3: #FC642D;
  --color-4: #484848;
  --color-5: #767676;
  --color-6: #FFFFFF;
}

Tailwind CSS Config

colors: {
  'airbnb-inspired-1': '#FF5A5F',
  'airbnb-inspired-2': '#00A699',
  'airbnb-inspired-3': '#FC642D',
  'airbnb-inspired-4': '#484848',
  'airbnb-inspired-5': '#767676',
  'airbnb-inspired-6': '#FFFFFF',
}
airbnbhospitalitycoralwelcomingtravel

Want to Extract Colors from Your Own Images?

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

Try PaletteAI Free

Related Palettes