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: #f9f7f1;
}
.color-2 {
color: #e1efe9;
}
.color-3 {
color: #ade1c2;
}
.color-4 {
color: #68c4b2;
}
.color-5 {
color: #4e9783;
}

/* CSS Variables */
:root {
--color-1: #f9f7f1;
--color-2: #e1efe9;
--color-3: #ade1c2;
--color-4: #68c4b2;
--color-5: #4e9783;
}

Spring Wood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f7f1, #e1efe9, #ade1c2, #68c4b2, #4e9783);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f7f1, #e1efe9, #ade1c2, #68c4b2, #4e9783);
}

Similar color palettes

Spring Wood color palette created on .