Ethereal Ruin Color Palette

Discover the beautiful Ethereal Ruin color palette featuring martinique (#3e2a47), affair (#704d7a), mountbatten pink (#9f7a9c), snuff (#d9cae2) and blue chalk (#f2e0ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Dark, Fun, Modern, Purple 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 Ethereal Ruin palette

Share this palette to:

💻 Ethereal Ruin color palette CSS

/* CSS */
.color-1 {
color: #3e2a47;
}
.color-2 {
color: #704d7a;
}
.color-3 {
color: #9f7a9c;
}
.color-4 {
color: #d9cae2;
}
.color-5 {
color: #f2e0ff;
}

/* CSS Variables */
:root {
--color-1: #3e2a47;
--color-2: #704d7a;
--color-3: #9f7a9c;
--color-4: #d9cae2;
--color-5: #f2e0ff;
}

🌈 Ethereal Ruin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2a47, #704d7a, #9f7a9c, #d9cae2, #f2e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2a47, #704d7a, #9f7a9c, #d9cae2, #f2e0ff);
}

Ethereal Ruin color palette created on .