Mercedes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mercedes palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mercedes Color Palette (PNG)
Mercedes color palette CSS
/* CSS */
.color-1 {
color: #1e2a38;
}
.color-2 {
color: #4b5e68;
}
.color-3 {
color: #7b9b9d;
}
.color-4 {
color: #a7d7d3;
}
.color-5 {
color: #e9f7f3;
}
/* CSS Variables */
:root {
--color-1: #1e2a38;
--color-2: #4b5e68;
--color-3: #7b9b9d;
--color-4: #a7d7d3;
--color-5: #e9f7f3;
}
Mercedes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2a38, #4b5e68, #7b9b9d, #a7d7d3, #e9f7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2a38, #4b5e68, #7b9b9d, #a7d7d3, #e9f7f3);
}
Similar color palettes
Mercedes color palette created on .