Soft Greige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Greige palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Greige Color Palette (PNG)
Soft Greige color palette CSS
/* CSS */
.color-1 {
color: #b7a99a;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #f0e3d6;
}
.color-4 {
color: #f5f0eb;
}
.color-5 {
color: #e6d5c1;
}
/* CSS Variables */
:root {
--color-1: #b7a99a;
--color-2: #d5cec3;
--color-3: #f0e3d6;
--color-4: #f5f0eb;
--color-5: #e6d5c1;
}
Soft Greige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a99a, #d5cec3, #f0e3d6, #f5f0eb, #e6d5c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a99a, #d5cec3, #f0e3d6, #f5f0eb, #e6d5c1);
}
Similar color palettes
Scroll down to explore 1000+ colors.greige color palettes
Soft Greige color palette created on .