Pastel Rainbow Color Palette

Discover the beautiful Pastel Rainbow color palette featuring sundown (#ffb3ba), frangipani (#ffdeb8), portafino (#ffffb8), reef (#b8ffbb) and french pass (#b8e0ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Rainbow, Soft, Bright, Light, Fun, Spring, Summer 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 Rainbow palette

Share this palette to:

💻 Pastel Rainbow color palette CSS

/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ffdeb8;
}
.color-3 {
color: #ffffb8;
}
.color-4 {
color: #b8ffbb;
}
.color-5 {
color: #b8e0ff;
}

/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ffdeb8;
--color-3: #ffffb8;
--color-4: #b8ffbb;
--color-5: #b8e0ff;
}

🌈 Pastel Rainbow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ffdeb8, #ffffb8, #b8ffbb, #b8e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ffdeb8, #ffffb8, #b8ffbb, #b8e0ff);
}

Pastel Rainbow color palette created on .