Blue Starlight Color Palette

Discover the beautiful Blue Starlight color palette featuring link water (#e2e8f7), link water (#d1e0f2), spindle (#c0d4ed), perano (#abcdf0) and regent st blue (#91c0e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Light, Neutral, Pastel, Soft, 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 Blue Starlight palette

Share this palette to:

💻 Blue Starlight color palette CSS

/* CSS */
.color-1 {
color: #e2e8f7;
}
.color-2 {
color: #d1e0f2;
}
.color-3 {
color: #c0d4ed;
}
.color-4 {
color: #abcdf0;
}
.color-5 {
color: #91c0e0;
}

/* CSS Variables */
:root {
--color-1: #e2e8f7;
--color-2: #d1e0f2;
--color-3: #c0d4ed;
--color-4: #abcdf0;
--color-5: #91c0e0;
}

🌈 Blue Starlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e8f7, #d1e0f2, #c0d4ed, #abcdf0, #91c0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e8f7, #d1e0f2, #c0d4ed, #abcdf0, #91c0e0);
}

Blue Starlight color palette created on .