Twilight Whispers Color Palette

Discover the beautiful Twilight Whispers color palette featuring east bay (#4a3d7b), deluge (#795b9a), lavender purple (#ae8dbf), melanie (#e5b8d1) and azalea (#f9d2e6).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Twilight Whispers color palette CSS

/* CSS */
.color-1 {
color: #4a3d7b;
}
.color-2 {
color: #795b9a;
}
.color-3 {
color: #ae8dbf;
}
.color-4 {
color: #e5b8d1;
}
.color-5 {
color: #f9d2e6;
}

/* CSS Variables */
:root {
--color-1: #4a3d7b;
--color-2: #795b9a;
--color-3: #ae8dbf;
--color-4: #e5b8d1;
--color-5: #f9d2e6;
}

🌈 Twilight Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3d7b, #795b9a, #ae8dbf, #e5b8d1, #f9d2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3d7b, #795b9a, #ae8dbf, #e5b8d1, #f9d2e6);
}

Twilight Whispers color palette created on .