Library Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Library palette
Color Inspiration
Images that showcase this color palette in real designs
Download Library Color Palette (PNG)
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);
}
Similar color palettes
Library color palette created on .