Rarity Color Palette
Discover the beautiful Rarity color palette featuring biloba flower (#b58eeb), perfume (#e1b4f3), illusion (#f2a1c5), geraldine (#f79d8d) and wheat (#f4e3b3).
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: #b58eeb;
}
.color-2 {
color: #e1b4f3;
}
.color-3 {
color: #f2a1c5;
}
.color-4 {
color: #f79d8d;
}
.color-5 {
color: #f4e3b3;
}
/* CSS Variables */
:root {
--color-1: #b58eeb;
--color-2: #e1b4f3;
--color-3: #f2a1c5;
--color-4: #f79d8d;
--color-5: #f4e3b3;
} 🌈 Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b58eeb, #e1b4f3, #f2a1c5, #f79d8d, #f4e3b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b58eeb, #e1b4f3, #f2a1c5, #f79d8d, #f4e3b3);
} 🔗 Explore similar color palettes
Rarity color palette created on .