Firbolg Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Firbolg Forest palette

Share this palette to:

Firbolg Forest color palette PNG image

Download firbolg forest color palette PNG image (landscape)
Download firbolg forest color palette PNG image (square)

Firbolg Forest color palette CSS

/* CSS */
.color-1 {
color: #a4c6c4;
}
.color-2 {
color: #6f9f9f;
}
.color-3 {
color: #4b817e;
}
.color-4 {
color: #3c5d5b;
}
.color-5 {
color: #2b3b39;
}

/* CSS Variables */
:root {
--color-1: #a4c6c4;
--color-2: #6f9f9f;
--color-3: #4b817e;
--color-4: #3c5d5b;
--color-5: #2b3b39;
}

Firbolg Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c6c4, #6f9f9f, #4b817e, #3c5d5b, #2b3b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c6c4, #6f9f9f, #4b817e, #3c5d5b, #2b3b39);
}

Firbolg Forest color palette created on .