Diamond Color Palette

Discover the beautiful Diamond color palette featuring blizzard blue (#b9e2f3), regent st blue (#a1d7e8), seagull (#7bc5e5), picton blue (#4db1e0) and curious blue (#2d9ed2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Cool, Elegant, Light, Summer, Tropical, Vibrant 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 Diamond palette

Share this palette to:

💻 Diamond color palette CSS

/* CSS */
.color-1 {
color: #b9e2f3;
}
.color-2 {
color: #a1d7e8;
}
.color-3 {
color: #7bc5e5;
}
.color-4 {
color: #4db1e0;
}
.color-5 {
color: #2d9ed2;
}

/* CSS Variables */
:root {
--color-1: #b9e2f3;
--color-2: #a1d7e8;
--color-3: #7bc5e5;
--color-4: #4db1e0;
--color-5: #2d9ed2;
}

🌈 Diamond background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9e2f3, #a1d7e8, #7bc5e5, #4db1e0, #2d9ed2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9e2f3, #a1d7e8, #7bc5e5, #4db1e0, #2d9ed2);
}

Diamond color palette created on .