Spring Wood Color Palette
Discover the beautiful Spring Wood color palette featuring spring wood (#f8f6f1), gray nurse (#e1eae5), moss green (#a7d7b8), tradewind (#66b2a0) and como (#4e796b).
Brightness
Saturation
Warmth
💡 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
💻 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);
}
🔗 Explore similar color palettes
Spring Wood color palette created on .