Enchanted Woodland Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Woodland palette

Share this palette to:

Enchanted Woodland color palette CSS

/* CSS */
.color-1 {
color: #4b7d2b;
}
.color-2 {
color: #5b8c3b;
}
.color-3 {
color: #79a84d;
}
.color-4 {
color: #a8c93b;
}
.color-5 {
color: #d2e7a6;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #5b8c3b;
--color-3: #79a84d;
--color-4: #a8c93b;
--color-5: #d2e7a6;
}

Enchanted Woodland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #5b8c3b, #79a84d, #a8c93b, #d2e7a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #5b8c3b, #79a84d, #a8c93b, #d2e7a6);
}

Enchanted Woodland color palette created on .