Fawn Shades Color Palette
Discover the beautiful Fawn Shades color palette featuring pavlova (#d9c5a1), albescent white (#f2e1c4), straw (#d6b98a), santa fe (#a86d4d) and yellow metal (#795a39).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Fawn Shades palette
💻 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);
}
🔗 Explore similar color palettes
Fawn Shades color palette created on .