Light Blue Color Palette

Discover the beautiful Light Blue color palette featuring selective yellow (#fab700), banana mania (#fce3b6), nebula (#c5d8d6), sinbad (#a2d2d8) and granny smith (#7c9c9a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Aqua, Beach, 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 Light Blue palette

Share this palette to:

💻 Light Blue color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #fce3b6;
}
.color-3 {
color: #c5d8d6;
}
.color-4 {
color: #a2d2d8;
}
.color-5 {
color: #7c9c9a;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fce3b6;
--color-3: #c5d8d6;
--color-4: #a2d2d8;
--color-5: #7c9c9a;
}

🌈 Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fce3b6, #c5d8d6, #a2d2d8, #7c9c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fce3b6, #c5d8d6, #a2d2d8, #7c9c9a);
}

Light Blue color palette created on .