Rarity Color Palette

Discover the beautiful Rarity color palette featuring french lilac (#f3e0f5), light wisteria (#d5b3e6), east side (#a97fc3), affair (#6b3c8b) and valentino (#390d49).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Modern, Pink, Purple, Soft, Vibrant 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 palette

Share this palette to:

💻 Rarity color palette CSS

/* CSS */
.color-1 {
color: #f3e0f5;
}
.color-2 {
color: #d5b3e6;
}
.color-3 {
color: #a97fc3;
}
.color-4 {
color: #6b3c8b;
}
.color-5 {
color: #390d49;
}

/* CSS Variables */
:root {
--color-1: #f3e0f5;
--color-2: #d5b3e6;
--color-3: #a97fc3;
--color-4: #6b3c8b;
--color-5: #390d49;
}

🌈 Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e0f5, #d5b3e6, #a97fc3, #6b3c8b, #390d49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e0f5, #d5b3e6, #a97fc3, #6b3c8b, #390d49);
}

Rarity color palette created on .