Rose Quartz Dream Color Palette

Discover the beautiful Rose Quartz Dream color palette featuring azalea (#f7c5d6), prelude (#d8b3df), sidecar (#f4e2c2), rose fog (#e1b8a8) and wewak (#f2aa9c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Earthy, Elegant, Lavender, Light, Pink, Soft, Spring, Warm color palettes and combinations.

💡 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 Dream palette

Share this palette to:

💻 Rose Quartz Dream color palette CSS

/* CSS */
.color-1 {
color: #f7c5d6;
}
.color-2 {
color: #d8b3df;
}
.color-3 {
color: #f4e2c2;
}
.color-4 {
color: #e1b8a8;
}
.color-5 {
color: #f2aa9c;
}

/* CSS Variables */
:root {
--color-1: #f7c5d6;
--color-2: #d8b3df;
--color-3: #f4e2c2;
--color-4: #e1b8a8;
--color-5: #f2aa9c;
}

🌈 Rose Quartz Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d6, #d8b3df, #f4e2c2, #e1b8a8, #f2aa9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d6, #d8b3df, #f4e2c2, #e1b8a8, #f2aa9c);
}

Rose Quartz Dream color palette created on .