Blue Starlight Color Palette

Discover the beautiful Blue Starlight color palette featuring wedgewood (#4b78a0), regent st blue (#a2c7e7), sidecar (#f1e5b1), wewak (#f6a6a2) and roman (#d95e5e).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Starlight color palette CSS

/* CSS */
.color-1 {
color: #4b78a0;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #f1e5b1;
}
.color-4 {
color: #f6a6a2;
}
.color-5 {
color: #d95e5e;
}

/* CSS Variables */
:root {
--color-1: #4b78a0;
--color-2: #a2c7e7;
--color-3: #f1e5b1;
--color-4: #f6a6a2;
--color-5: #d95e5e;
}

🌈 Blue Starlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b78a0, #a2c7e7, #f1e5b1, #f6a6a2, #d95e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b78a0, #a2c7e7, #f1e5b1, #f6a6a2, #d95e5e);
}

Blue Starlight color palette created on .