Light Blue Color Palette

Discover the beautiful Light Blue color palette featuring cornflower (#a6c6ed), sail (#b3e1f4), catskill white (#f1f6f9), vanilla ice (#f2d4e2) and sandwisp (#f6e5a7).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Light Blue color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b3e1f4;
}
.color-3 {
color: #f1f6f9;
}
.color-4 {
color: #f2d4e2;
}
.color-5 {
color: #f6e5a7;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b3e1f4;
--color-3: #f1f6f9;
--color-4: #f2d4e2;
--color-5: #f6e5a7;
}

🌈 Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b3e1f4, #f1f6f9, #f2d4e2, #f6e5a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b3e1f4, #f1f6f9, #f2d4e2, #f6e5a7);
}

Light Blue color palette created on .