John Lennon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with John Lennon palette
Color Inspiration
Images that showcase this color palette in real designs
Download John Lennon Color Palette (PNG)
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);
}
Similar color palettes
John Lennon color palette created on .