Lineart Color Palette
Discover the beautiful Lineart color palette featuring merino (#f5f0e0), akaroa (#d8c5b0), hillary (#b19d8c), bandicoot (#7f7c6c) and fuscous gray (#4f4e4a).
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 Lineart palette
💻 Lineart color palette CSS
/* CSS */
.color-1 {
color: #f5f0e0;
}
.color-2 {
color: #d8c5b0;
}
.color-3 {
color: #b19d8c;
}
.color-4 {
color: #7f7c6c;
}
.color-5 {
color: #4f4e4a;
}
/* CSS Variables */
:root {
--color-1: #f5f0e0;
--color-2: #d8c5b0;
--color-3: #b19d8c;
--color-4: #7f7c6c;
--color-5: #4f4e4a;
} 🌈 Lineart background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0e0, #d8c5b0, #b19d8c, #7f7c6c, #4f4e4a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0e0, #d8c5b0, #b19d8c, #7f7c6c, #4f4e4a);
} 🔗 Explore similar color palettes
Lineart color palette created on .