Forest Awakening Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Awakening palette

Share this palette to:

Forest Awakening color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #52983e;
}
.color-3 {
color: #88cd6a;
}
.color-4 {
color: #e5f5b8;
}
.color-5 {
color: #60ab49;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #52983e;
--color-3: #88cd6a;
--color-4: #e5f5b8;
--color-5: #60ab49;
}

Forest Awakening background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #52983e, #88cd6a, #e5f5b8, #60ab49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #52983e, #88cd6a, #e5f5b8, #60ab49);
}

Forest Awakening color palette created on .