Lyre Damots Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lyre Damots palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lyre Damots Color Palette (PNG)
Lyre Damots color palette CSS
/* CSS */
.color-1 {
color: #7f4d2e;
}
.color-2 {
color: #7f2f31;
}
.color-3 {
color: #742532;
}
.color-4 {
color: #681d39;
}
.color-5 {
color: #551633;
}
/* CSS Variables */
:root {
--color-1: #7f4d2e;
--color-2: #7f2f31;
--color-3: #742532;
--color-4: #681d39;
--color-5: #551633;
}
Lyre Damots background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f4d2e, #7f2f31, #742532, #681d39, #551633);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f4d2e, #7f2f31, #742532, #681d39, #551633);
}
Similar color palettes
Lyre Damots color palette created on .