Stardust Reverie Color Palette

Discover the beautiful Stardust Reverie color palette featuring butterfly bush (#5b4b8b), amethyst smoke (#a48eb8), melanie (#e0b8e0), cashmere (#e7c6a7) and driftwood (#a37e48).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Aesthetic, Bright, Purple, Autumn 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 Stardust Reverie palette

Share this palette to:

💻 Stardust Reverie color palette CSS

/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #a48eb8;
}
.color-3 {
color: #e0b8e0;
}
.color-4 {
color: #e7c6a7;
}
.color-5 {
color: #a37e48;
}

/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #a48eb8;
--color-3: #e0b8e0;
--color-4: #e7c6a7;
--color-5: #a37e48;
}

🌈 Stardust Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #a48eb8, #e0b8e0, #e7c6a7, #a37e48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #a48eb8, #e0b8e0, #e7c6a7, #a37e48);
}

Stardust Reverie color palette created on .