Light Blue Star Color Palette

Discover the beautiful Light Blue Star color palette featuring white (#ffffff), concrete (#f2f2f2), catskill white (#e2e8f3), spindle (#c9d3ee) and spindle (#b4c8e9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Elegant, Modern, Muted, Neutral, Soft, Summer, White 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 Star palette

Share this palette to:

💻 Light Blue Star color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f2f2f2;
}
.color-3 {
color: #e2e8f3;
}
.color-4 {
color: #c9d3ee;
}
.color-5 {
color: #b4c8e9;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2f2f2;
--color-3: #e2e8f3;
--color-4: #c9d3ee;
--color-5: #b4c8e9;
}

🌈 Light Blue Star background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2f2f2, #e2e8f3, #c9d3ee, #b4c8e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2f2f2, #e2e8f3, #c9d3ee, #b4c8e9);
}

Light Blue Star color palette created on .