Lute Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lute palette
Lute color palette PNG image
Lute color palette CSS
/* CSS */
.color-1 {
color: #5c4c8a;
}
.color-2 {
color: #9a7eb4;
}
.color-3 {
color: #d2b3e0;
}
.color-4 {
color: #f2d9e6;
}
.color-5 {
color: #f1b6b9;
}
/* CSS Variables */
:root {
--color-1: #5c4c8a;
--color-2: #9a7eb4;
--color-3: #d2b3e0;
--color-4: #f2d9e6;
--color-5: #f1b6b9;
}
Lute background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4c8a, #9a7eb4, #d2b3e0, #f2d9e6, #f1b6b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4c8a, #9a7eb4, #d2b3e0, #f2d9e6, #f1b6b9);
}
Similar color palettes
Scroll down to explore 40+ Lavender color palettes
Lute color palette created on .