Royal Twilight Dream Color Palette

Discover the beautiful Royal Twilight Dream color palette featuring purple (#690dab), wisteria (#a65eba), lavender (#b57fdc), french lilac (#d5b0e8) and moon raker (#e5d6f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Royal Twilight Dream palette

Share this palette to:

💻 Royal Twilight Dream color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #a65eba;
}
.color-3 {
color: #b57fdc;
}
.color-4 {
color: #d5b0e8;
}
.color-5 {
color: #e5d6f5;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a65eba;
--color-3: #b57fdc;
--color-4: #d5b0e8;
--color-5: #e5d6f5;
}

🌈 Royal Twilight Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a65eba, #b57fdc, #d5b0e8, #e5d6f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a65eba, #b57fdc, #d5b0e8, #e5d6f5);
}

Royal Twilight Dream color palette created on .