Green Beige Grey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Beige Grey palette
Color Inspiration
Images that showcase this color palette in real designs
Download Green Beige Grey Color Palette (PNG)
Green Beige Grey color palette CSS
/* CSS */
.color-1 {
color: #d2c6a7;
}
.color-2 {
color: #a8baa1;
}
.color-3 {
color: #8a998b;
}
.color-4 {
color: #4f6c78;
}
.color-5 {
color: #2b3d50;
}
/* CSS Variables */
:root {
--color-1: #d2c6a7;
--color-2: #a8baa1;
--color-3: #8a998b;
--color-4: #4f6c78;
--color-5: #2b3d50;
}
Green Beige Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c6a7, #a8baa1, #8a998b, #4f6c78, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c6a7, #a8baa1, #8a998b, #4f6c78, #2b3d50);
}
Similar color palettes
Green Beige Grey color palette created on .