Diamond Tiara Color Palette

Discover the beautiful Diamond Tiara color palette featuring periwinkle gray (#b8c8e0), light orchid (#e3a5d4), azalea (#f3b4c8), marzipan (#f6d58e) and vista blue (#a2d7b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Cool, Elegant, Pink, Soft, Summer, Teal, Violet, Yellow 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 Tiara palette

Share this palette to:

💻 Diamond Tiara color palette CSS

/* CSS */
.color-1 {
color: #b8c8e0;
}
.color-2 {
color: #e3a5d4;
}
.color-3 {
color: #f3b4c8;
}
.color-4 {
color: #f6d58e;
}
.color-5 {
color: #a2d7b9;
}

/* CSS Variables */
:root {
--color-1: #b8c8e0;
--color-2: #e3a5d4;
--color-3: #f3b4c8;
--color-4: #f6d58e;
--color-5: #a2d7b9;
}

🌈 Diamond Tiara background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8c8e0, #e3a5d4, #f3b4c8, #f6d58e, #a2d7b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8c8e0, #e3a5d4, #f3b4c8, #f6d58e, #a2d7b9);
}

Diamond Tiara color palette created on .