White Linen Color Palette
Discover the beautiful White Linen color palette featuring white linen (#f8f0e8), bone (#e5d4c2), sorrell brown (#d3b99c), antique brass (#c79b7a) and teak (#b89e6b).
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 White Linen palette
💻 White Linen color palette CSS
/* CSS */
.color-1 {
color: #f8f0e8;
}
.color-2 {
color: #e5d4c2;
}
.color-3 {
color: #d3b99c;
}
.color-4 {
color: #c79b7a;
}
.color-5 {
color: #b89e6b;
}
/* CSS Variables */
:root {
--color-1: #f8f0e8;
--color-2: #e5d4c2;
--color-3: #d3b99c;
--color-4: #c79b7a;
--color-5: #b89e6b;
} 🌈 White Linen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f0e8, #e5d4c2, #d3b99c, #c79b7a, #b89e6b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f0e8, #e5d4c2, #d3b99c, #c79b7a, #b89e6b);
} 🔗 Explore similar color palettes
White Linen color palette created on .