Whimsical Woodland Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Woodland palette

Share this palette to:

Whimsical Woodland color palette CSS

/* CSS */
.color-1 {
color: #3e7a5a;
}
.color-2 {
color: #6fbe99;
}
.color-3 {
color: #a4d6c1;
}
.color-4 {
color: #e1af7a;
}
.color-5 {
color: #d89069;
}

/* CSS Variables */
:root {
--color-1: #3e7a5a;
--color-2: #6fbe99;
--color-3: #a4d6c1;
--color-4: #e1af7a;
--color-5: #d89069;
}

Whimsical Woodland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e7a5a, #6fbe99, #a4d6c1, #e1af7a, #d89069);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e7a5a, #6fbe99, #a4d6c1, #e1af7a, #d89069);
}

Whimsical Woodland color palette created on .