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: #aa8d5a;
}
.color-2 {
color: #c6a97b;
}
.color-3 {
color: #d9c6a0;
}
.color-4 {
color: #e8e3d4;
}
.color-5 {
color: #f4f2f7;
}

/* CSS Variables */
:root {
--color-1: #aa8d5a;
--color-2: #c6a97b;
--color-3: #d9c6a0;
--color-4: #e8e3d4;
--color-5: #f4f2f7;
}

Library background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa8d5a, #c6a97b, #d9c6a0, #e8e3d4, #f4f2f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa8d5a, #c6a97b, #d9c6a0, #e8e3d4, #f4f2f7);
}

Library color palette created on .