Light Blue Rainbow Color Palette

Discover the beautiful Light Blue Rainbow color palette featuring malibu (#70acff), anakiwa (#a3d9ff), onahau (#c2e3ff), alice blue (#f5fcff) and papaya whip (#ffecd1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Spring 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 Light Blue Rainbow palette

Share this palette to:

💻 Light Blue Rainbow color palette CSS

/* CSS */
.color-1 {
color: #70acff;
}
.color-2 {
color: #a3d9ff;
}
.color-3 {
color: #c2e3ff;
}
.color-4 {
color: #f5fcff;
}
.color-5 {
color: #ffecd1;
}

/* CSS Variables */
:root {
--color-1: #70acff;
--color-2: #a3d9ff;
--color-3: #c2e3ff;
--color-4: #f5fcff;
--color-5: #ffecd1;
}

🌈 Light Blue Rainbow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70acff, #a3d9ff, #c2e3ff, #f5fcff, #ffecd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70acff, #a3d9ff, #c2e3ff, #f5fcff, #ffecd1);
}

Light Blue Rainbow color palette created on .