White Diamond Color Palette

Discover the beautiful White Diamond color palette featuring white (#ffffff), mercury (#e6e6e6), alto (#d1d1d1), silver chalice (#b0b0b0) and silver chalice (#a1a1a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Gray, Light, Minimalist, Modern, Neutral, Shimmer, 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 White Diamond palette

Share this palette to:

💻 White Diamond color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e6e6e6;
}
.color-3 {
color: #d1d1d1;
}
.color-4 {
color: #b0b0b0;
}
.color-5 {
color: #a1a1a1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e6e6e6;
--color-3: #d1d1d1;
--color-4: #b0b0b0;
--color-5: #a1a1a1;
}

🌈 White Diamond background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e6e6e6, #d1d1d1, #b0b0b0, #a1a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e6e6e6, #d1d1d1, #b0b0b0, #a1a1a1);
}

White Diamond color palette created on .