Elm Wood Color Palette
Discover the beautiful Elm Wood color palette featuring spring rain (#a7c6a4), gum leaf (#b7d2c0), zombie (#e6e6a7), whiskey (#d9a96d) and tuscany (#c5592b).
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 Elm Wood palette
💻 Elm Wood color palette CSS
/* CSS */
.color-1 {
color: #a7c6a4;
}
.color-2 {
color: #b7d2c0;
}
.color-3 {
color: #e6e6a7;
}
.color-4 {
color: #d9a96d;
}
.color-5 {
color: #c5592b;
}
/* CSS Variables */
:root {
--color-1: #a7c6a4;
--color-2: #b7d2c0;
--color-3: #e6e6a7;
--color-4: #d9a96d;
--color-5: #c5592b;
}
🌈 Elm Wood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6a4, #b7d2c0, #e6e6a7, #d9a96d, #c5592b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6a4, #b7d2c0, #e6e6a7, #d9a96d, #c5592b);
}
🔗 Explore similar color palettes
Elm Wood color palette created on .