Polaroid Pastel Rainbow Color Palette

Discover the beautiful Polaroid Pastel Rainbow color palette featuring mandys pink (#f0b2b2), maize (#f6d6a7), hampton (#e3e6b2), spindle (#b9d7e9) and pigeon post (#aacada).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Yellow, Green, Blue, Cyan, Pastel, Rainbow, 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 Polaroid Pastel Rainbow palette

Share this palette to:

💻 Polaroid Pastel Rainbow color palette CSS

/* CSS */
.color-1 {
color: #f0b2b2;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #e3e6b2;
}
.color-4 {
color: #b9d7e9;
}
.color-5 {
color: #aacada;
}

/* CSS Variables */
:root {
--color-1: #f0b2b2;
--color-2: #f6d6a7;
--color-3: #e3e6b2;
--color-4: #b9d7e9;
--color-5: #aacada;
}

🌈 Polaroid Pastel Rainbow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b2b2, #f6d6a7, #e3e6b2, #b9d7e9, #aacada);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b2b2, #f6d6a7, #e3e6b2, #b9d7e9, #aacada);
}

Polaroid Pastel Rainbow color palette created on .