Dúnadan Color Palette
Discover the beautiful Dúnadan color palette featuring viridian green (#5b8b7a), spring rain (#a6c5b5), sidecar (#f2e2ba), whiskey (#d39969) and brown rust (#b95f3c).
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 Dúnadan palette
💻 Dúnadan color palette CSS
/* CSS */
.color-1 {
color: #5b8b7a;
}
.color-2 {
color: #a6c5b5;
}
.color-3 {
color: #f2e2ba;
}
.color-4 {
color: #d39969;
}
.color-5 {
color: #b95f3c;
}
/* CSS Variables */
:root {
--color-1: #5b8b7a;
--color-2: #a6c5b5;
--color-3: #f2e2ba;
--color-4: #d39969;
--color-5: #b95f3c;
} 🌈 Dúnadan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b7a, #a6c5b5, #f2e2ba, #d39969, #b95f3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b7a, #a6c5b5, #f2e2ba, #d39969, #b95f3c);
} 🔗 Explore similar color palettes
Dúnadan color palette created on .