1950s Pastel Dream Color Palette

Discover the beautiful 1950s Pastel Dream color palette featuring pink salmon (#ff99b6), regent st blue (#a1d3e8), aqua island (#b2e1d6), sandwisp (#f4e1a4) and regent st blue (#a3c7e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Mint, Pink, Soft, Turquoise, Vintage, Yellow 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 1950s Pastel Dream palette

Share this palette to:

💻 1950s Pastel Dream color palette CSS

/* CSS */
.color-1 {
color: #ff99b6;
}
.color-2 {
color: #a1d3e8;
}
.color-3 {
color: #b2e1d6;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #ff99b6;
--color-2: #a1d3e8;
--color-3: #b2e1d6;
--color-4: #f4e1a4;
--color-5: #a3c7e0;
}

🌈 1950s Pastel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff99b6, #a1d3e8, #b2e1d6, #f4e1a4, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff99b6, #a1d3e8, #b2e1d6, #f4e1a4, #a3c7e0);
}

1950s Pastel Dream color palette created on .