Train Driver Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Train Driver palette
Train Driver color palette PNG image
Train Driver color palette CSS
/* 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;
}
Train Driver background gradient CSS
/* 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);
}
Similar color palettes
Train Driver color palette created on .