Lynx Feather Color Palette
Discover the beautiful Lynx Feather color palette featuring double spanish white (#e8d6ba), putty (#e9c789), apricot (#ea9f7c), puce (#cf81a5) and bouquet (#b2749c).
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 Lynx Feather palette
💻 Lynx Feather color palette CSS
/* CSS */
.color-1 {
color: #e8d6ba;
}
.color-2 {
color: #e9c789;
}
.color-3 {
color: #ea9f7c;
}
.color-4 {
color: #cf81a5;
}
.color-5 {
color: #b2749c;
}
/* CSS Variables */
:root {
--color-1: #e8d6ba;
--color-2: #e9c789;
--color-3: #ea9f7c;
--color-4: #cf81a5;
--color-5: #b2749c;
} 🌈 Lynx Feather background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d6ba, #e9c789, #ea9f7c, #cf81a5, #b2749c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d6ba, #e9c789, #ea9f7c, #cf81a5, #b2749c);
} 🔗 Explore similar color palettes
Lynx Feather color palette created on .