Doves Color Palette

Discover the beautiful Doves color palette featuring athens gray (#e3e4e8), casper (#b6c8d8), cadet blue (#a4b3c1), juniper (#698891) and fiord (#3d5a66).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Blue, Gray, Modern, Elegant, Neutral, Winter, Light color palettes and combinations.

💡 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 Doves palette

Share this palette to:

💻 Doves color palette CSS

/* CSS */
.color-1 {
color: #e3e4e8;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #a4b3c1;
}
.color-4 {
color: #698891;
}
.color-5 {
color: #3d5a66;
}

/* CSS Variables */
:root {
--color-1: #e3e4e8;
--color-2: #b6c8d8;
--color-3: #a4b3c1;
--color-4: #698891;
--color-5: #3d5a66;
}

🌈 Doves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3e4e8, #b6c8d8, #a4b3c1, #698891, #3d5a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3e4e8, #b6c8d8, #a4b3c1, #698891, #3d5a66);
}

Doves color palette created on .