Dall Sheep Color Palette

Discover the beautiful Dall Sheep color palette featuring quill gray (#d2d2d0), star dust (#a2a2a0), dove gray (#6e6e6e), merino (#f7f4e9) and swirl (#d7d3c6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Gray, Nature, Soft, White 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 Dall Sheep palette

Share this palette to:

💻 Dall Sheep color palette CSS

/* CSS */
.color-1 {
color: #d2d2d0;
}
.color-2 {
color: #a2a2a0;
}
.color-3 {
color: #6e6e6e;
}
.color-4 {
color: #f7f4e9;
}
.color-5 {
color: #d7d3c6;
}

/* CSS Variables */
:root {
--color-1: #d2d2d0;
--color-2: #a2a2a0;
--color-3: #6e6e6e;
--color-4: #f7f4e9;
--color-5: #d7d3c6;
}

🌈 Dall Sheep background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2d2d0, #a2a2a0, #6e6e6e, #f7f4e9, #d7d3c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2d2d0, #a2a2a0, #6e6e6e, #f7f4e9, #d7d3c6);
}

Dall Sheep color palette created on .