George Harrison Color Palette

Discover the beautiful George Harrison color palette featuring wewak (#f3a1a0), brandy (#e2c5a2), pixie green (#b7d2b1), morning glory (#a6d7e2) and smalt blue (#4f7d92).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with60s, 70s, Aesthetic, Boho, Bright, Coral, Green, Blue, Tropical, Summer 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 George Harrison palette

Share this palette to:

💻 George Harrison color palette CSS

/* CSS */
.color-1 {
color: #f3a1a0;
}
.color-2 {
color: #e2c5a2;
}
.color-3 {
color: #b7d2b1;
}
.color-4 {
color: #a6d7e2;
}
.color-5 {
color: #4f7d92;
}

/* CSS Variables */
:root {
--color-1: #f3a1a0;
--color-2: #e2c5a2;
--color-3: #b7d2b1;
--color-4: #a6d7e2;
--color-5: #4f7d92;
}

🌈 George Harrison background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a1a0, #e2c5a2, #b7d2b1, #a6d7e2, #4f7d92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a1a0, #e2c5a2, #b7d2b1, #a6d7e2, #4f7d92);
}

George Harrison color palette created on .