Ruan Mei Color Palette
Discover the beautiful Ruan Mei color palette featuring azalea (#f2b1d4), charm (#d67a9c), tapestry (#b55a89), cannon pink (#9d4d7c) and camelot (#862d64).
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 Ruan Mei palette
💻 Ruan Mei color palette CSS
/* CSS */
.color-1 {
color: #f2b1d4;
}
.color-2 {
color: #d67a9c;
}
.color-3 {
color: #b55a89;
}
.color-4 {
color: #9d4d7c;
}
.color-5 {
color: #862d64;
}
/* CSS Variables */
:root {
--color-1: #f2b1d4;
--color-2: #d67a9c;
--color-3: #b55a89;
--color-4: #9d4d7c;
--color-5: #862d64;
} 🌈 Ruan Mei background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1d4, #d67a9c, #b55a89, #9d4d7c, #862d64);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1d4, #d67a9c, #b55a89, #9d4d7c, #862d64);
} 🔗 Explore similar color palettes
Ruan Mei color palette created on .