Ethereal Twilight Color Palette

Discover the beautiful Ethereal Twilight color palette featuring gray suit (#d1c6d7), cadet blue (#afb5c5), gray chateau (#a1a7b5), waterloo (#7f7b9d) and east bay (#4a4a7d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Light, Soft, Purple, Bright 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 Twilight palette

Share this palette to:

💻 Ethereal Twilight color palette CSS

/* CSS */
.color-1 {
color: #d1c6d7;
}
.color-2 {
color: #afb5c5;
}
.color-3 {
color: #a1a7b5;
}
.color-4 {
color: #7f7b9d;
}
.color-5 {
color: #4a4a7d;
}

/* CSS Variables */
:root {
--color-1: #d1c6d7;
--color-2: #afb5c5;
--color-3: #a1a7b5;
--color-4: #7f7b9d;
--color-5: #4a4a7d;
}

🌈 Ethereal Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c6d7, #afb5c5, #a1a7b5, #7f7b9d, #4a4a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c6d7, #afb5c5, #a1a7b5, #7f7b9d, #4a4a7d);
}

Ethereal Twilight color palette created on .