Rarity Color Palette
Discover the beautiful Rarity color palette featuring rum (#6b5b8b), bouquet (#a77b8e), wewak (#f6a7a2), cream can (#f4d35d) and cream can (#f5c54d).
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: #6b5b8b;
}
.color-2 {
color: #a77b8e;
}
.color-3 {
color: #f6a7a2;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #f5c54d;
}
/* CSS Variables */
:root {
--color-1: #6b5b8b;
--color-2: #a77b8e;
--color-3: #f6a7a2;
--color-4: #f4d35d;
--color-5: #f5c54d;
} 🌈 Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b5b8b, #a77b8e, #f6a7a2, #f4d35d, #f5c54d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b5b8b, #a77b8e, #f6a7a2, #f4d35d, #f5c54d);
} 🔗 Explore similar color palettes
Rarity color palette created on .