Spring Wood Color Palette

Discover the beautiful Spring Wood color palette featuring bone (#e3d9c3), surf (#b3d8c5), de york (#85cba0), tradewind (#4dad9a) and viridian (#3a7866).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Earthy, Modern, Nature, Neutral, Soft, Teal, Vibrant color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Spring Wood palette

Share this palette to:

💻 Spring Wood color palette CSS

/* CSS */
.color-1 {
color: #e3d9c3;
}
.color-2 {
color: #b3d8c5;
}
.color-3 {
color: #85cba0;
}
.color-4 {
color: #4dad9a;
}
.color-5 {
color: #3a7866;
}

/* CSS Variables */
:root {
--color-1: #e3d9c3;
--color-2: #b3d8c5;
--color-3: #85cba0;
--color-4: #4dad9a;
--color-5: #3a7866;
}

🌈 Spring Wood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d9c3, #b3d8c5, #85cba0, #4dad9a, #3a7866);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d9c3, #b3d8c5, #85cba0, #4dad9a, #3a7866);
}

Spring Wood color palette created on .