Twilight Hues Color Palette

Discover the beautiful Twilight Hues color palette featuring martinique (#3a2a4c), trendy pink (#7a5c8a), bouquet (#a67d9c), lilac (#d1a8c6) and vanilla ice (#f1d0df).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Twilight Hues color palette CSS

/* CSS */
.color-1 {
color: #3a2a4c;
}
.color-2 {
color: #7a5c8a;
}
.color-3 {
color: #a67d9c;
}
.color-4 {
color: #d1a8c6;
}
.color-5 {
color: #f1d0df;
}

/* CSS Variables */
:root {
--color-1: #3a2a4c;
--color-2: #7a5c8a;
--color-3: #a67d9c;
--color-4: #d1a8c6;
--color-5: #f1d0df;
}

🌈 Twilight Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2a4c, #7a5c8a, #a67d9c, #d1a8c6, #f1d0df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2a4c, #7a5c8a, #a67d9c, #d1a8c6, #f1d0df);
}

Twilight Hues color palette created on .