AlderTree Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with AlderTree palette

Share this palette to:

AlderTree color palette PNG image

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

AlderTree color palette CSS

/* CSS */
.color-1 {
color: #a86a4d;
}
.color-2 {
color: #b8a36b;
}
.color-3 {
color: #d5c6a5;
}
.color-4 {
color: #a8d5a5;
}
.color-5 {
color: #5c8a56;
}

/* CSS Variables */
:root {
--color-1: #a86a4d;
--color-2: #b8a36b;
--color-3: #d5c6a5;
--color-4: #a8d5a5;
--color-5: #5c8a56;
}

AlderTree background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a86a4d, #b8a36b, #d5c6a5, #a8d5a5, #5c8a56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a86a4d, #b8a36b, #d5c6a5, #a8d5a5, #5c8a56);
}

AlderTree color palette created on .