Rarity Color Palette

Discover the beautiful Rarity color palette featuring victoria (#4b3b81), deluge (#7a5c99), east side (#a67ac7), light wisteria (#d5a9e0) and snuff (#f3e5f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Feminine, Light, Modern, Purple, Soft, Violet 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: #4b3b81;
}
.color-2 {
color: #7a5c99;
}
.color-3 {
color: #a67ac7;
}
.color-4 {
color: #d5a9e0;
}
.color-5 {
color: #f3e5f5;
}

/* CSS Variables */
:root {
--color-1: #4b3b81;
--color-2: #7a5c99;
--color-3: #a67ac7;
--color-4: #d5a9e0;
--color-5: #f3e5f5;
}

🌈 Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3b81, #7a5c99, #a67ac7, #d5a9e0, #f3e5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3b81, #7a5c99, #a67ac7, #d5a9e0, #f3e5f5);
}

Rarity color palette created on .