Shades of Blue and Pink Color Palette

Discover the beautiful Shades of Blue and Pink color palette featuring regent st blue (#a4c8df), jagged ice (#b5e3d7), periglacial blue (#e1e4d2), kobi (#e6a7c3) and light wisteria (#dab2e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Green, Pink, 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 Shades of Blue and Pink palette

Share this palette to:

💻 Shades of Blue and Pink color palette CSS

/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #b5e3d7;
}
.color-3 {
color: #e1e4d2;
}
.color-4 {
color: #e6a7c3;
}
.color-5 {
color: #dab2e0;
}

/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #b5e3d7;
--color-3: #e1e4d2;
--color-4: #e6a7c3;
--color-5: #dab2e0;
}

🌈 Shades of Blue and Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #b5e3d7, #e1e4d2, #e6a7c3, #dab2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #b5e3d7, #e1e4d2, #e6a7c3, #dab2e0);
}

Shades of Blue and Pink color palette created on .