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: #5a8c5a;
}
.color-2 {
color: #a5cea1;
}
.color-3 {
color: #d8e6d1;
}
.color-4 {
color: #795939;
}
.color-5 {
color: #c0b08c;
}

/* CSS Variables */
:root {
--color-1: #5a8c5a;
--color-2: #a5cea1;
--color-3: #d8e6d1;
--color-4: #795939;
--color-5: #c0b08c;
}

Forest Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c5a, #a5cea1, #d8e6d1, #795939, #c0b08c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c5a, #a5cea1, #d8e6d1, #795939, #c0b08c);
}

Forest Serenity color palette created on .