Dreamy Pastels Color Palette

Discover the beautiful Dreamy Pastels color palette featuring mandys pink (#f3b4c0), corvette (#f9d4a9), sandwisp (#f7e2a6), caper (#c8eaa9) and morning glory (#9ad4e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Apricot, Peach, Soft, Spring 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 Pastels palette

Share this palette to:

💻 Dreamy Pastels color palette CSS

/* CSS */
.color-1 {
color: #f3b4c0;
}
.color-2 {
color: #f9d4a9;
}
.color-3 {
color: #f7e2a6;
}
.color-4 {
color: #c8eaa9;
}
.color-5 {
color: #9ad4e0;
}

/* CSS Variables */
:root {
--color-1: #f3b4c0;
--color-2: #f9d4a9;
--color-3: #f7e2a6;
--color-4: #c8eaa9;
--color-5: #9ad4e0;
}

🌈 Dreamy Pastels background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b4c0, #f9d4a9, #f7e2a6, #c8eaa9, #9ad4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b4c0, #f9d4a9, #f7e2a6, #c8eaa9, #9ad4e0);
}

Dreamy Pastels color palette created on .