Paleta de colores George Drew

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with George Drew palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores George Drew

Download george drew color palette PNG image (landscape)
Download george drew color palette PNG image (square)

CSS de la paleta de colores George Drew

/* CSS */
.color-1 {
color: #151b23;
}
.color-2 {
color: #1e252f;
}
.color-3 {
color: #243333;
}
.color-4 {
color: #2f4236;
}
.color-5 {
color: #443731;
}

/* CSS Variables */
:root {
--color-1: #151b23;
--color-2: #1e252f;
--color-3: #243333;
--color-4: #2f4236;
--color-5: #443731;
}

CSS del degradado de fondo George Drew

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #151b23, #1e252f, #243333, #2f4236, #443731);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #151b23, #1e252f, #243333, #2f4236, #443731);
}

George Drew color palette created on .