Rarity Color Palette
Discover the beautiful Rarity color palette featuring light wisteria (#e09fe5), medium purple (#a56ed8), fuchsia blue (#6f4cc8), daisy bush (#3c2a92) and meteorite (#2c1f70).
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: #e09fe5;
}
.color-2 {
color: #a56ed8;
}
.color-3 {
color: #6f4cc8;
}
.color-4 {
color: #3c2a92;
}
.color-5 {
color: #2c1f70;
}
/* CSS Variables */
:root {
--color-1: #e09fe5;
--color-2: #a56ed8;
--color-3: #6f4cc8;
--color-4: #3c2a92;
--color-5: #2c1f70;
} 🌈 Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09fe5, #a56ed8, #6f4cc8, #3c2a92, #2c1f70);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09fe5, #a56ed8, #6f4cc8, #3c2a92, #2c1f70);
} 🔗 Explore similar color palettes
Rarity color palette created on .