Spring Wood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spring Wood palette

Share this palette to:

Spring Wood color palette CSS

/* CSS */
.color-1 {
color: #ded2b5;
}
.color-2 {
color: #a5d4bb;
}
.color-3 {
color: #77c596;
}
.color-4 {
color: #44a790;
}
.color-5 {
color: #367260;
}

/* CSS Variables */
:root {
--color-1: #ded2b5;
--color-2: #a5d4bb;
--color-3: #77c596;
--color-4: #44a790;
--color-5: #367260;
}

Spring Wood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ded2b5, #a5d4bb, #77c596, #44a790, #367260);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ded2b5, #a5d4bb, #77c596, #44a790, #367260);
}

Similar color palettes

Scroll down to explore 2 Beige color palettes

Spring Wood color palette created on .