Fawn Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fawn Shades palette
Download Fawn Shades Color Palette (PNG)
Fawn Shades color palette CSS
/* CSS */
.color-1 {
color: #d9c5a1;
}
.color-2 {
color: #f2e1c4;
}
.color-3 {
color: #d6b98a;
}
.color-4 {
color: #a86d4d;
}
.color-5 {
color: #795a39;
}
/* CSS Variables */
:root {
--color-1: #d9c5a1;
--color-2: #f2e1c4;
--color-3: #d6b98a;
--color-4: #a86d4d;
--color-5: #795a39;
}
Fawn Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c5a1, #f2e1c4, #d6b98a, #a86d4d, #795a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c5a1, #f2e1c4, #d6b98a, #a86d4d, #795a39);
}
Similar color palettes
Scroll down to explore 100+ Autumn color palettes
Fawn Shades color palette created on .