Rarity Color Palette
Discover the beautiful Rarity color palette featuring plum (#7a2a6e), bouquet (#b77b9f), illusion (#f1a2c8), new orleans (#f3d19b) and wild willow (#b9c369).
Brightness
Saturation
Warmth
💡 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
💻 Rarity color palette CSS
/* CSS */
.color-1 {
color: #7a2a6e;
}
.color-2 {
color: #b77b9f;
}
.color-3 {
color: #f1a2c8;
}
.color-4 {
color: #f3d19b;
}
.color-5 {
color: #b9c369;
}
/* CSS Variables */
:root {
--color-1: #7a2a6e;
--color-2: #b77b9f;
--color-3: #f1a2c8;
--color-4: #f3d19b;
--color-5: #b9c369;
} 🌈 Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a6e, #b77b9f, #f1a2c8, #f3d19b, #b9c369);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a6e, #b77b9f, #f1a2c8, #f3d19b, #b9c369);
} 🔗 Explore similar color palettes
Rarity color palette created on .