Warm Grey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Grey palette
Warm Grey color palette CSS
/* CSS */
.color-1 {
color: #d9d9d9;
}
.color-2 {
color: #b3b3b3;
}
.color-3 {
color: #7e7e3e;
}
.color-4 {
color: #c2a70f;
}
.color-5 {
color: #896e2a;
}
/* CSS Variables */
:root {
--color-1: #d9d9d9;
--color-2: #b3b3b3;
--color-3: #7e7e3e;
--color-4: #c2a70f;
--color-5: #896e2a;
}
Warm Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d9d9, #b3b3b3, #7e7e3e, #c2a70f, #896e2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d9d9, #b3b3b3, #7e7e3e, #c2a70f, #896e2a);
}
Similar color palettes
Warm Grey color palette created on .