Lemonade Color Palette

Discover the beautiful Lemonade color palette featuring candlelight (#fbe029), lightning yellow (#fcbe2c), yellow sea (#f7ac00), west side (#fc8a0c) and ecstasy (#fa6414).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Gold, Orange, Summer, Vibrant, Warm, Yellow 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 Lemonade palette

Share this palette to:

💻 Lemonade color palette CSS

/* CSS */
.color-1 {
color: #fbe029;
}
.color-2 {
color: #fcbe2c;
}
.color-3 {
color: #f7ac00;
}
.color-4 {
color: #fc8a0c;
}
.color-5 {
color: #fa6414;
}

/* CSS Variables */
:root {
--color-1: #fbe029;
--color-2: #fcbe2c;
--color-3: #f7ac00;
--color-4: #fc8a0c;
--color-5: #fa6414;
}

🌈 Lemonade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe029, #fcbe2c, #f7ac00, #fc8a0c, #fa6414);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe029, #fcbe2c, #f7ac00, #fc8a0c, #fa6414);
}

Lemonade color palette created on .