Forest Fairy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Fairy palette

Share this palette to:

Forest Fairy color palette CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #f3e0d3;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #d57a20;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #a7d7b8;
--color-3: #f3e0d3;
--color-4: #ffb84d;
--color-5: #d57a20;
}

Forest Fairy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #a7d7b8, #f3e0d3, #ffb84d, #d57a20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #a7d7b8, #f3e0d3, #ffb84d, #d57a20);
}

Forest Fairy color palette created on .