Sophisticated Neutral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sophisticated Neutral palette
Sophisticated Neutral color palette PNG image
Sophisticated Neutral color palette CSS
/* CSS */
.color-1 {
color: #d7d2cb;
}
.color-2 {
color: #b1aaa0;
}
.color-3 {
color: #8d7b6d;
}
.color-4 {
color: #5a4f44;
}
.color-5 {
color: #3b2d2b;
}
/* CSS Variables */
:root {
--color-1: #d7d2cb;
--color-2: #b1aaa0;
--color-3: #8d7b6d;
--color-4: #5a4f44;
--color-5: #3b2d2b;
}
Sophisticated Neutral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7d2cb, #b1aaa0, #8d7b6d, #5a4f44, #3b2d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7d2cb, #b1aaa0, #8d7b6d, #5a4f44, #3b2d2b);
}
Similar color palettes
Sophisticated Neutral color palette created on .