Ethereal Elegance Color Palette

Discover the beautiful Ethereal Elegance color palette featuring prim (#f0e0e5), cavern pink (#e3b5c4), can can (#d28e9e), turkish rose (#b86b8e) and cannon pink (#7a4d6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Light, Pink, Soft, Summer 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 Elegance palette

Share this palette to:

💻 Ethereal Elegance color palette CSS

/* CSS */
.color-1 {
color: #f0e0e5;
}
.color-2 {
color: #e3b5c4;
}
.color-3 {
color: #d28e9e;
}
.color-4 {
color: #b86b8e;
}
.color-5 {
color: #7a4d6d;
}

/* CSS Variables */
:root {
--color-1: #f0e0e5;
--color-2: #e3b5c4;
--color-3: #d28e9e;
--color-4: #b86b8e;
--color-5: #7a4d6d;
}

🌈 Ethereal Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0e5, #e3b5c4, #d28e9e, #b86b8e, #7a4d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0e5, #e3b5c4, #d28e9e, #b86b8e, #7a4d6d);
}

Ethereal Elegance color palette created on .