Rarity Color Palette

Discover the beautiful Rarity color palette featuring blue bell (#9d9ccb), prelude (#d1c1e7), amour (#f5dff4), peach yellow (#fad6ac) and wewak (#f2afbe).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Peach, Soft, Spring 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: #9d9ccb;
}
.color-2 {
color: #d1c1e7;
}
.color-3 {
color: #f5dff4;
}
.color-4 {
color: #fad6ac;
}
.color-5 {
color: #f2afbe;
}

/* CSS Variables */
:root {
--color-1: #9d9ccb;
--color-2: #d1c1e7;
--color-3: #f5dff4;
--color-4: #fad6ac;
--color-5: #f2afbe;
}

🌈 Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d9ccb, #d1c1e7, #f5dff4, #fad6ac, #f2afbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d9ccb, #d1c1e7, #f5dff4, #fad6ac, #f2afbe);
}

Rarity color palette created on .