Rose Quartz Color Palette
Discover the beautiful Rose Quartz color palette featuring azalea (#f2b1c4), kobi (#eab8d1), melanie (#e3c0d6), careys pink (#d6a4b6) and bouquet (#b88ea1).
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 Rose Quartz palette
💻 Rose Quartz color palette CSS
/* CSS */
.color-1 {
color: #f2b1c4;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #e3c0d6;
}
.color-4 {
color: #d6a4b6;
}
.color-5 {
color: #b88ea1;
}
/* CSS Variables */
:root {
--color-1: #f2b1c4;
--color-2: #eab8d1;
--color-3: #e3c0d6;
--color-4: #d6a4b6;
--color-5: #b88ea1;
} 🌈 Rose Quartz background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1c4, #eab8d1, #e3c0d6, #d6a4b6, #b88ea1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1c4, #eab8d1, #e3c0d6, #d6a4b6, #b88ea1);
} 🔗 Explore similar color palettes
Rose Quartz color palette created on .