Lute Color Palette
Discover the beautiful Lute color palette featuring link water (#e8e8fa), selago (#f3f1fc), white lilac (#f8f8fd), white lilac (#f9f7fd) and selago (#f8f2fd).
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 Lute palette
💻 Lute color palette CSS
/* CSS */
.color-1 {
color: #e8e8fa;
}
.color-2 {
color: #f3f1fc;
}
.color-3 {
color: #f8f8fd;
}
.color-4 {
color: #f9f7fd;
}
.color-5 {
color: #f8f2fd;
}
/* CSS Variables */
:root {
--color-1: #e8e8fa;
--color-2: #f3f1fc;
--color-3: #f8f8fd;
--color-4: #f9f7fd;
--color-5: #f8f2fd;
} 🌈 Lute background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e8fa, #f3f1fc, #f8f8fd, #f9f7fd, #f8f2fd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e8fa, #f3f1fc, #f8f8fd, #f9f7fd, #f8f2fd);
} 🔗 Explore similar color palettes
Lute color palette created on .