Chrome Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chrome palette
Color Inspiration
Images that showcase this color palette in real designs
Download Chrome Color Palette (PNG)
Chrome color palette CSS
/* CSS */
.color-1 {
color: #b1b4b9;
}
.color-2 {
color: #8a9ba8;
}
.color-3 {
color: #6b8e8d;
}
.color-4 {
color: #4d7f80;
}
.color-5 {
color: #2c6d6d;
}
/* CSS Variables */
:root {
--color-1: #b1b4b9;
--color-2: #8a9ba8;
--color-3: #6b8e8d;
--color-4: #4d7f80;
--color-5: #2c6d6d;
}
Chrome background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b9, #8a9ba8, #6b8e8d, #4d7f80, #2c6d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b9, #8a9ba8, #6b8e8d, #4d7f80, #2c6d6d);
}
Similar color palettes
Chrome color palette created on .