George Harrison Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with George Harrison palette
Download George Harrison Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ 60s color palettes
George Harrison color palette created on .