Pastel Metro Color Palette

Discover the beautiful Pastel Metro color palette featuring azalea (#f4b8d1), aqua island (#b2e0d6), regent st blue (#a1d6e8), sandwisp (#f4e7a4) and rajah (#f9c780).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pastel, Bright, Spring, Fun 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 Metro palette

Share this palette to:

💻 Pastel Metro color palette CSS

/* CSS */
.color-1 {
color: #f4b8d1;
}
.color-2 {
color: #b2e0d6;
}
.color-3 {
color: #a1d6e8;
}
.color-4 {
color: #f4e7a4;
}
.color-5 {
color: #f9c780;
}

/* CSS Variables */
:root {
--color-1: #f4b8d1;
--color-2: #b2e0d6;
--color-3: #a1d6e8;
--color-4: #f4e7a4;
--color-5: #f9c780;
}

🌈 Pastel Metro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8d1, #b2e0d6, #a1d6e8, #f4e7a4, #f9c780);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8d1, #b2e0d6, #a1d6e8, #f4e7a4, #f9c780);
}

Pastel Metro color palette created on .