Enchanted Forest Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Forest Serenity palette

Share this palette to:

Enchanted Forest Serenity color palette CSS

/* CSS */
.color-1 {
color: #2d4d33;
}
.color-2 {
color: #4b815b;
}
.color-3 {
color: #a9c4a1;
}
.color-4 {
color: #f5f5f5;
}
.color-5 {
color: #1f3a61;
}

/* CSS Variables */
:root {
--color-1: #2d4d33;
--color-2: #4b815b;
--color-3: #a9c4a1;
--color-4: #f5f5f5;
--color-5: #1f3a61;
}

Enchanted Forest Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d4d33, #4b815b, #a9c4a1, #f5f5f5, #1f3a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d4d33, #4b815b, #a9c4a1, #f5f5f5, #1f3a61);
}

Enchanted Forest Serenity color palette created on .