Pastel Blue Color Palette

Discover the beautiful Pastel Blue color palette featuring morning glory (#a3d7e0), corvette (#f8caa5), rose bud (#f9b69f), light orchid (#eab8e4) and golden sand (#f0e27a).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pastel Blue color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f9b69f;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f0e27a;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #f8caa5;
--color-3: #f9b69f;
--color-4: #eab8e4;
--color-5: #f0e27a;
}

🌈 Pastel Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #f8caa5, #f9b69f, #eab8e4, #f0e27a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #f8caa5, #f9b69f, #eab8e4, #f0e27a);
}

Pastel Blue color palette created on .