Rarity and Twilight Fusion Color Palette

Discover the beautiful Rarity and Twilight Fusion color palette featuring lucky point (#1f1b79), deluge (#7e5b9a), puce (#c57c8f), wewak (#f2a6ae) and peach yellow (#f9eaa4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Modern, Pink, Purple, Rare, Soft, Sunset, Vibrant, Yellow 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 Rarity and Twilight Fusion palette

Share this palette to:

💻 Rarity and Twilight Fusion color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #7e5b9a;
}
.color-3 {
color: #c57c8f;
}
.color-4 {
color: #f2a6ae;
}
.color-5 {
color: #f9eaa4;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #7e5b9a;
--color-3: #c57c8f;
--color-4: #f2a6ae;
--color-5: #f9eaa4;
}

🌈 Rarity and Twilight Fusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #7e5b9a, #c57c8f, #f2a6ae, #f9eaa4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #7e5b9a, #c57c8f, #f2a6ae, #f9eaa4);
}

Rarity and Twilight Fusion color palette created on .