DND Color Palette
Discover the beautiful DND color palette featuring asparagus (#7d9a4c), olivine (#a2b663), wild willow (#c2cd79), hampton (#e6e6b7) and dairy cream (#f8d8b4).
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 DND palette
💻 DND color palette CSS
/* CSS */
.color-1 {
color: #7d9a4c;
}
.color-2 {
color: #a2b663;
}
.color-3 {
color: #c2cd79;
}
.color-4 {
color: #e6e6b7;
}
.color-5 {
color: #f8d8b4;
}
/* CSS Variables */
:root {
--color-1: #7d9a4c;
--color-2: #a2b663;
--color-3: #c2cd79;
--color-4: #e6e6b7;
--color-5: #f8d8b4;
}
🌈 DND background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9a4c, #a2b663, #c2cd79, #e6e6b7, #f8d8b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9a4c, #a2b663, #c2cd79, #e6e6b7, #f8d8b4);
}
🔗 Explore similar color palettes
DND color palette created on .