Lute Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lute palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lute Color Palette (PNG)
Lute color palette CSS
/* CSS */
.color-1 {
color: #eaeafa;
}
.color-2 {
color: #f4f2fc;
}
.color-3 {
color: #f7f7fd;
}
.color-4 {
color: #f9f7fd;
}
.color-5 {
color: #f8f2fd;
}
/* CSS Variables */
:root {
--color-1: #eaeafa;
--color-2: #f4f2fc;
--color-3: #f7f7fd;
--color-4: #f9f7fd;
--color-5: #f8f2fd;
}
Lute background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eaeafa, #f4f2fc, #f7f7fd, #f9f7fd, #f8f2fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eaeafa, #f4f2fc, #f7f7fd, #f9f7fd, #f8f2fd);
}
Similar color palettes
Lute color palette created on .