Alder Falco Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Alder Falco palette

Share this palette to:

Alder Falco color palette PNG image

Download alder falco color palette PNG image (landscape)
Download alder falco color palette PNG image (square)

Alder Falco color palette CSS

/* CSS */
.color-1 {
color: #beaf8e;
}
.color-2 {
color: #7d9a5b;
}
.color-3 {
color: #4f7d5b;
}
.color-4 {
color: #3c5d4c;
}
.color-5 {
color: #2f4b3e;
}

/* CSS Variables */
:root {
--color-1: #beaf8e;
--color-2: #7d9a5b;
--color-3: #4f7d5b;
--color-4: #3c5d4c;
--color-5: #2f4b3e;
}

Alder Falco background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #beaf8e, #7d9a5b, #4f7d5b, #3c5d4c, #2f4b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #beaf8e, #7d9a5b, #4f7d5b, #3c5d4c, #2f4b3e);
}

Alder Falco color palette created on .