Rarity Color Palette
Discover the beautiful Rarity color palette featuring indigo (#5e6fd1), chetwode blue (#868bde), dull lavender (#a9a1e4), french lilac (#d2b8eb) and cherub (#f6d1ef).
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: #5e6fd1;
}
.color-2 {
color: #868bde;
}
.color-3 {
color: #a9a1e4;
}
.color-4 {
color: #d2b8eb;
}
.color-5 {
color: #f6d1ef;
}
/* CSS Variables */
:root {
--color-1: #5e6fd1;
--color-2: #868bde;
--color-3: #a9a1e4;
--color-4: #d2b8eb;
--color-5: #f6d1ef;
} 🌈 Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e6fd1, #868bde, #a9a1e4, #d2b8eb, #f6d1ef);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e6fd1, #868bde, #a9a1e4, #d2b8eb, #f6d1ef);
} 🔗 Explore similar color palettes
Rarity color palette created on .