John Lennon Color Palette

Discover the beautiful John Lennon color palette featuring ronchi (#f1c84b), zest (#e27e32), flame pea (#d65e3d), tapestry (#a94c8d) and affair (#6b4b8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Boho, Bright, Fun, Gold, Orange, Purple, Red, Retro, 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 John Lennon palette

Share this palette to:

💻 John Lennon color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e27e32;
}
.color-3 {
color: #d65e3d;
}
.color-4 {
color: #a94c8d;
}
.color-5 {
color: #6b4b8b;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e27e32;
--color-3: #d65e3d;
--color-4: #a94c8d;
--color-5: #6b4b8b;
}

🌈 John Lennon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e27e32, #d65e3d, #a94c8d, #6b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e27e32, #d65e3d, #a94c8d, #6b4b8b);
}

John Lennon color palette created on .