Green Forest Fairy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Forest Fairy palette

Share this palette to:

Green Forest Fairy color palette CSS

/* CSS */
.color-1 {
color: #4b7d2b;
}
.color-2 {
color: #6fb03b;
}
.color-3 {
color: #afeb8e;
}
.color-4 {
color: #f2d58c;
}
.color-5 {
color: #e4a35e;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #6fb03b;
--color-3: #afeb8e;
--color-4: #f2d58c;
--color-5: #e4a35e;
}

Green Forest Fairy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #6fb03b, #afeb8e, #f2d58c, #e4a35e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #6fb03b, #afeb8e, #f2d58c, #e4a35e);
}

Green Forest Fairy color palette created on .