Blue Starlight Color Palette
Discover the beautiful Blue Starlight color palette featuring ship cove (#8288c2), casper (#acbcd3), botticelli (#cbdbe7), banana mania (#fbf1b6) and goldenrod (#fbd56d).
Brightness
Saturation
Warmth
💡 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
💻 Blue Starlight color palette CSS
/* CSS */
.color-1 {
color: #8288c2;
}
.color-2 {
color: #acbcd3;
}
.color-3 {
color: #cbdbe7;
}
.color-4 {
color: #fbf1b6;
}
.color-5 {
color: #fbd56d;
}
/* CSS Variables */
:root {
--color-1: #8288c2;
--color-2: #acbcd3;
--color-3: #cbdbe7;
--color-4: #fbf1b6;
--color-5: #fbd56d;
} 🌈 Blue Starlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8288c2, #acbcd3, #cbdbe7, #fbf1b6, #fbd56d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8288c2, #acbcd3, #cbdbe7, #fbf1b6, #fbd56d);
} 🔗 Explore similar color palettes
Blue Starlight color palette created on .