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 PNG image

Download spring wood color palette PNG image (landscape)
Download spring wood color palette PNG image (square)

Spring Wood color palette CSS

/* CSS */
.color-1 {
color: #f8f6f1;
}
.color-2 {
color: #e1eae5;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #66b2a0;
}
.color-5 {
color: #4e796b;
}

/* CSS Variables */
:root {
--color-1: #f8f6f1;
--color-2: #e1eae5;
--color-3: #a7d7b8;
--color-4: #66b2a0;
--color-5: #4e796b;
}

Spring Wood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f6f1, #e1eae5, #a7d7b8, #66b2a0, #4e796b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f6f1, #e1eae5, #a7d7b8, #66b2a0, #4e796b);
}

Spring Wood color palette created on .