Library Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Library palette

Share this palette to:

Library color palette PNG image

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

Library color palette CSS

/* CSS */
.color-1 {
color: #a5b79f;
}
.color-2 {
color: #c3d5ae;
}
.color-3 {
color: #e3e7d0;
}
.color-4 {
color: #f1f2e8;
}
.color-5 {
color: #e0c3b8;
}

/* CSS Variables */
:root {
--color-1: #a5b79f;
--color-2: #c3d5ae;
--color-3: #e3e7d0;
--color-4: #f1f2e8;
--color-5: #e0c3b8;
}

Library background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5b79f, #c3d5ae, #e3e7d0, #f1f2e8, #e0c3b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5b79f, #c3d5ae, #e3e7d0, #f1f2e8, #e0c3b8);
}

Library color palette created on .