Sunflower Field Color Palette

Bright sunflower yellow, warm brown centers, leaf green, and blue sky form a cheerful landscape palette. This sunny combination brightens farm branding, flower shop design, and summer party invitations.

#FFD700

Vivid Amber

RGB(255, 215, 0)

HSL(51, 100%, 50%)

#8B6914

Deep Orange

RGB(139, 105, 20)

HSL(43, 75%, 31%)

#4CAF50

Green

RGB(76, 175, 80)

HSL(122, 39%, 49%)

#87CEEB

Pale Cyan

RGB(135, 206, 235)

HSL(197, 71%, 73%)

#FFF8E1

Light Amber

RGB(255, 248, 225)

HSL(46, 100%, 94%)

#F0FFF0

Light Green

RGB(240, 255, 240)

HSL(120, 100%, 97%)

lightbulbBest Use Cases

  • checkFarm branding
  • checkFlower shops
  • checkSummer parties

businessIndustries

  • checkAgriculture
  • checkEvents
Mood:cheerful

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #FFD700;
  --color-2: #8B6914;
  --color-3: #4CAF50;
  --color-4: #87CEEB;
  --color-5: #FFF8E1;
  --color-6: #F0FFF0;
}

Tailwind CSS Config

colors: {
  'sunflower-field-1': '#FFD700',
  'sunflower-field-2': '#8B6914',
  'sunflower-field-3': '#4CAF50',
  'sunflower-field-4': '#87CEEB',
  'sunflower-field-5': '#FFF8E1',
  'sunflower-field-6': '#F0FFF0',
}
sunfloweryellowcheerfulfieldsunny

Want to Extract Colors from Your Own Images?

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

Try PaletteAI Free

Related Palettes