Paleta de colores Keith

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Keith palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Keith

Download keith color palette PNG image (landscape)
Download keith color palette PNG image (square)

CSS de la paleta de colores Keith

/* CSS */
.color-1 {
color: #3b4a6d;
}
.color-2 {
color: #6b8e9e;
}
.color-3 {
color: #a1c9d3;
}
.color-4 {
color: #f0d68e;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #3b4a6d;
--color-2: #6b8e9e;
--color-3: #a1c9d3;
--color-4: #f0d68e;
--color-5: #e77e23;
}

CSS del degradado de fondo Keith

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4a6d, #6b8e9e, #a1c9d3, #f0d68e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4a6d, #6b8e9e, #a1c9d3, #f0d68e, #e77e23);
}

Keith color palette created on .