Spring Wood Color Palette
Discover the beautiful Spring Wood color palette featuring linen (#fcf8ee), granny apple (#d6f5e4), magic mint (#93ecb2), turquoise (#3fd9b5) and jungle green (#26a178).
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: #fcf8ee;
}
.color-2 {
color: #d6f5e4;
}
.color-3 {
color: #93ecb2;
}
.color-4 {
color: #3fd9b5;
}
.color-5 {
color: #26a178;
}
/* CSS Variables */
:root {
--color-1: #fcf8ee;
--color-2: #d6f5e4;
--color-3: #93ecb2;
--color-4: #3fd9b5;
--color-5: #26a178;
} 🌈 Spring Wood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf8ee, #d6f5e4, #93ecb2, #3fd9b5, #26a178);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf8ee, #d6f5e4, #93ecb2, #3fd9b5, #26a178);
} 🔗 Explore similar color palettes
Spring Wood color palette created on .