Lineart Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lineart palette

Share this palette to:

Lineart color palette PNG image

Download lineart color palette PNG image (landscape)
Download lineart color palette PNG image (square)

Lineart color palette CSS

/* CSS */
.color-1 {
color: #f5f0e0;
}
.color-2 {
color: #d8c6b0;
}
.color-3 {
color: #b19d8c;
}
.color-4 {
color: #7f7c6c;
}
.color-5 {
color: #4f4e4a;
}

/* CSS Variables */
:root {
--color-1: #f5f0e0;
--color-2: #d8c6b0;
--color-3: #b19d8c;
--color-4: #7f7c6c;
--color-5: #4f4e4a;
}

Lineart background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0e0, #d8c6b0, #b19d8c, #7f7c6c, #4f4e4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0e0, #d8c6b0, #b19d8c, #7f7c6c, #4f4e4a);
}

Lineart color palette created on .