Discover the beautiful Yellow Festival color palette featuring festival (#fbe86a), saffron (#f4cf3e), golden grass (#e0b32e), geebung (#d3991d) and geebung (#c88c1e).

Yellow Festival Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Yellow Festival palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Yellow Festival palette

Share this palette to:

💻 Yellow Festival color palette CSS

/* CSS */
.color-1 {
color: #fbe86a;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #e0b32e;
}
.color-4 {
color: #d3991d;
}
.color-5 {
color: #c88c1e;
}

/* CSS Variables */
:root {
--color-1: #fbe86a;
--color-2: #f4cf3e;
--color-3: #e0b32e;
--color-4: #d3991d;
--color-5: #c88c1e;
}

🌈 Yellow Festival background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe86a, #f4cf3e, #e0b32e, #d3991d, #c88c1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe86a, #f4cf3e, #e0b32e, #d3991d, #c88c1e);
}

Yellow Festival color palette created on .