Pastel Breeze Color Palette

Discover the beautiful Pastel Breeze color palette featuring humming bird (#d2f7f9), melanie (#e8bfe4), white (#ffffff), cotton candy (#ffb3e4) and regal blue (#003f75).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Coral, Cool, Fun, Pink, Tropical, White, Blue 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 Pastel Breeze palette

Share this palette to:

💻 Pastel Breeze color palette CSS

/* CSS */
.color-1 {
color: #d2f7f9;
}
.color-2 {
color: #e8bfe4;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #ffb3e4;
}
.color-5 {
color: #003f75;
}

/* CSS Variables */
:root {
--color-1: #d2f7f9;
--color-2: #e8bfe4;
--color-3: #ffffff;
--color-4: #ffb3e4;
--color-5: #003f75;
}

🌈 Pastel Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2f7f9, #e8bfe4, #ffffff, #ffb3e4, #003f75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2f7f9, #e8bfe4, #ffffff, #ffb3e4, #003f75);
}

Pastel Breeze color palette created on .