Dreamy Mirage Color Palette

Discover the beautiful Dreamy Mirage color palette featuring illusion (#f6a2c8), azalea (#f2b1d3), kobi (#eba3e1), can can (#d590c1) and hopbush (#d175a5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Pink, Summer 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 Dreamy Mirage palette

Share this palette to:

💻 Dreamy Mirage color palette CSS

/* CSS */
.color-1 {
color: #f6a2c8;
}
.color-2 {
color: #f2b1d3;
}
.color-3 {
color: #eba3e1;
}
.color-4 {
color: #d590c1;
}
.color-5 {
color: #d175a5;
}

/* CSS Variables */
:root {
--color-1: #f6a2c8;
--color-2: #f2b1d3;
--color-3: #eba3e1;
--color-4: #d590c1;
--color-5: #d175a5;
}

🌈 Dreamy Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2c8, #f2b1d3, #eba3e1, #d590c1, #d175a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2c8, #f2b1d3, #eba3e1, #d590c1, #d175a5);
}

Dreamy Mirage color palette created on .