Her Imperious Condescension Color Palette

Discover the beautiful Her Imperious Condescension color palette featuring prelude (#d5c3df), lavender purple (#9f7db5), rum (#6f5c8a), mulled wine (#493d61) and baltic sea (#2b2932).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Coastal, Deep, Elegant, Lavender, Modern, Neutral, Purple, Soft, Vintage 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 Her Imperious Condescension palette

Share this palette to:

💻 Her Imperious Condescension color palette CSS

/* CSS */
.color-1 {
color: #d5c3df;
}
.color-2 {
color: #9f7db5;
}
.color-3 {
color: #6f5c8a;
}
.color-4 {
color: #493d61;
}
.color-5 {
color: #2b2932;
}

/* CSS Variables */
:root {
--color-1: #d5c3df;
--color-2: #9f7db5;
--color-3: #6f5c8a;
--color-4: #493d61;
--color-5: #2b2932;
}

🌈 Her Imperious Condescension background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c3df, #9f7db5, #6f5c8a, #493d61, #2b2932);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c3df, #9f7db5, #6f5c8a, #493d61, #2b2932);
}

Her Imperious Condescension color palette created on .