Dove Color Palette
Discover the beautiful Dove color palette featuring iron (#e1e3e5), edward (#a8b8b0), juniper (#6d8d89), jungle mist (#b3d6d4) and porcelain (#f0f4f5).
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 Dove palette
💻 Dove color palette CSS
/* CSS */
.color-1 {
color: #e1e3e5;
}
.color-2 {
color: #a8b8b0;
}
.color-3 {
color: #6d8d89;
}
.color-4 {
color: #b3d6d4;
}
.color-5 {
color: #f0f4f5;
}
/* CSS Variables */
:root {
--color-1: #e1e3e5;
--color-2: #a8b8b0;
--color-3: #6d8d89;
--color-4: #b3d6d4;
--color-5: #f0f4f5;
} 🌈 Dove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1e3e5, #a8b8b0, #6d8d89, #b3d6d4, #f0f4f5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1e3e5, #a8b8b0, #6d8d89, #b3d6d4, #f0f4f5);
} 🔗 Explore similar color palettes
Dove color palette created on .