Yellow Banana Color Palette

Discover the beautiful Yellow Banana color palette featuring portica (#f6ec60), ronchi (#f0d54c), equator (#e3c768), peach yellow (#f9e2a9) and calico (#e4c29b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Cream, Spring, Fun color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Yellow Banana palette

Share this palette to:

💻 Yellow Banana color palette CSS

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #f0d54c;
}
.color-3 {
color: #e3c768;
}
.color-4 {
color: #f9e2a9;
}
.color-5 {
color: #e4c29b;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #f0d54c;
--color-3: #e3c768;
--color-4: #f9e2a9;
--color-5: #e4c29b;
}

🌈 Yellow Banana background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #f0d54c, #e3c768, #f9e2a9, #e4c29b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #f0d54c, #e3c768, #f9e2a9, #e4c29b);
}

Yellow Banana color palette created on .