Dreamy Pastel Reverie Color Palette

Discover the beautiful Dreamy Pastel Reverie color palette featuring beauty bush (#f1c6d0), illusion (#f0a8d8), link water (#d3cff2), regent st blue (#a1c8e2) and riptide (#89e1d7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Light, Pink 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 Pastel Reverie palette

Share this palette to:

💻 Dreamy Pastel Reverie color palette CSS

/* CSS */
.color-1 {
color: #f1c6d0;
}
.color-2 {
color: #f0a8d8;
}
.color-3 {
color: #d3cff2;
}
.color-4 {
color: #a1c8e2;
}
.color-5 {
color: #89e1d7;
}

/* CSS Variables */
:root {
--color-1: #f1c6d0;
--color-2: #f0a8d8;
--color-3: #d3cff2;
--color-4: #a1c8e2;
--color-5: #89e1d7;
}

🌈 Dreamy Pastel Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d0, #f0a8d8, #d3cff2, #a1c8e2, #89e1d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d0, #f0a8d8, #d3cff2, #a1c8e2, #89e1d7);
}

Dreamy Pastel Reverie color palette created on .