Rarity Color Palette
Discover the beautiful Rarity color palette featuring pig pink (#fdcfe2), blue chalk (#f2d8ff), pattens blue (#daedfe), beeswax (#fef7c6) and your pink (#ffbfb7).
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: #fdcfe2;
}
.color-2 {
color: #f2d8ff;
}
.color-3 {
color: #daedfe;
}
.color-4 {
color: #fef7c6;
}
.color-5 {
color: #ffbfb7;
}
/* CSS Variables */
:root {
--color-1: #fdcfe2;
--color-2: #f2d8ff;
--color-3: #daedfe;
--color-4: #fef7c6;
--color-5: #ffbfb7;
} 🌈 Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdcfe2, #f2d8ff, #daedfe, #fef7c6, #ffbfb7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdcfe2, #f2d8ff, #daedfe, #fef7c6, #ffbfb7);
} 🔗 Explore similar color palettes
Rarity color palette created on .