Warm Neutral Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Neutral Shades palette
Warm Neutral Shades color palette CSS
/* CSS */
.color-1 {
color: #f5e3b7;
}
.color-2 {
color: #e2c9a1;
}
.color-3 {
color: #d4ba9b;
}
.color-4 {
color: #beb089;
}
.color-5 {
color: #a58d5f;
}
/* CSS Variables */
:root {
--color-1: #f5e3b7;
--color-2: #e2c9a1;
--color-3: #d4ba9b;
--color-4: #beb089;
--color-5: #a58d5f;
}
Warm Neutral Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3b7, #e2c9a1, #d4ba9b, #beb089, #a58d5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3b7, #e2c9a1, #d4ba9b, #beb089, #a58d5f);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Warm Neutral Shades color palette created on .