Paleta de colores John Lennon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with John Lennon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores John Lennon

Download john lennon color palette PNG image (landscape)
Download john lennon color palette PNG image (square)

CSS de la paleta de colores John Lennon

/* 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;
}

CSS del degradado de fondo John Lennon

/* 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 .