Forest Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Serenity palette

Share this palette to:

Forest Serenity color palette CSS

/* CSS */
.color-1 {
color: #174433;
}
.color-2 {
color: #5bcd92;
}
.color-3 {
color: #5a5858;
}
.color-4 {
color: #fafafa;
}
.color-5 {
color: #2d2d2e;
}

/* CSS Variables */
:root {
--color-1: #174433;
--color-2: #5bcd92;
--color-3: #5a5858;
--color-4: #fafafa;
--color-5: #2d2d2e;
}

Forest Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #174433, #5bcd92, #5a5858, #fafafa, #2d2d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #174433, #5bcd92, #5a5858, #fafafa, #2d2d2e);
}

Similar color palettes

Scroll down to explore 1 Darkgreen color palette

Forest Serenity color palette created on .