Diamond Tiara Color Palette

Discover the beautiful Diamond Tiara color palette featuring snuff (#efe2f4), light wisteria (#d1a6d9), wisteria (#9f69bf), studio (#7a4da8) and daisy bush (#4d2b91).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Diamond, Elegant, Flower, Light, Purple, Royal, Soft, Tiara, 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 Tiara palette

Share this palette to:

💻 Diamond Tiara color palette CSS

/* CSS */
.color-1 {
color: #efe2f4;
}
.color-2 {
color: #d1a6d9;
}
.color-3 {
color: #9f69bf;
}
.color-4 {
color: #7a4da8;
}
.color-5 {
color: #4d2b91;
}

/* CSS Variables */
:root {
--color-1: #efe2f4;
--color-2: #d1a6d9;
--color-3: #9f69bf;
--color-4: #7a4da8;
--color-5: #4d2b91;
}

🌈 Diamond Tiara background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe2f4, #d1a6d9, #9f69bf, #7a4da8, #4d2b91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe2f4, #d1a6d9, #9f69bf, #7a4da8, #4d2b91);
}

Diamond Tiara color palette created on .