Paleta de colores Train Driver

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Train Driver palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Train Driver

Download train driver color palette PNG image (landscape)
Download train driver color palette PNG image (square)

CSS de la paleta de colores Train Driver

/* CSS */
.color-1 {
color: #4b6f86;
}
.color-2 {
color: #6d8c97;
}
.color-3 {
color: #8fa4a8;
}
.color-4 {
color: #c1b39f;
}
.color-5 {
color: #c97b5e;
}

/* CSS Variables */
:root {
--color-1: #4b6f86;
--color-2: #6d8c97;
--color-3: #8fa4a8;
--color-4: #c1b39f;
--color-5: #c97b5e;
}

CSS del degradado de fondo Train Driver

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6f86, #6d8c97, #8fa4a8, #c1b39f, #c97b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6f86, #6d8c97, #8fa4a8, #c1b39f, #c97b5e);
}

Train Driver color palette created on .