Spring Wood Color Palette
Discover the beautiful Spring Wood color palette featuring spring wood (#f9f8f2), harp (#e2f0ea), fringy flower (#ace1c1), downy (#69c5b2) and viridian (#4d9681).
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: #f9f8f2;
}
.color-2 {
color: #e2f0ea;
}
.color-3 {
color: #ace1c1;
}
.color-4 {
color: #69c5b2;
}
.color-5 {
color: #4d9681;
}
/* CSS Variables */
:root {
--color-1: #f9f8f2;
--color-2: #e2f0ea;
--color-3: #ace1c1;
--color-4: #69c5b2;
--color-5: #4d9681;
} 🌈 Spring Wood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f8f2, #e2f0ea, #ace1c1, #69c5b2, #4d9681);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f8f2, #e2f0ea, #ace1c1, #69c5b2, #4d9681);
} 🔗 Explore similar color palettes
Spring Wood color palette created on .