Elegant Neutral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Neutral palette
Color Inspiration
Images that showcase this color palette in real designs
Download Elegant Neutral Color Palette (PNG)
Elegant Neutral color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e7d8c5;
}
.color-3 {
color: #b6afa4;
}
.color-4 {
color: #7d7d7d;
}
.color-5 {
color: #141414;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e7d8c5;
--color-3: #b6afa4;
--color-4: #7d7d7d;
--color-5: #141414;
}
Elegant Neutral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e7d8c5, #b6afa4, #7d7d7d, #141414);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e7d8c5, #b6afa4, #7d7d7d, #141414);
}
Similar color palettes
Elegant Neutral color palette created on .