Starlight Color Palette
Discover the beautiful Starlight color palette featuring biscay (#1b3a6f), chambray (#3d5a8a), horizon (#5b7b9f), regent st blue (#9ec3e0) and wheat (#f5e7b2).
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 Starlight palette
💻 Starlight color palette CSS
/* CSS */
.color-1 {
color: #1b3a6f;
}
.color-2 {
color: #3d5a8a;
}
.color-3 {
color: #5b7b9f;
}
.color-4 {
color: #9ec3e0;
}
.color-5 {
color: #f5e7b2;
}
/* CSS Variables */
:root {
--color-1: #1b3a6f;
--color-2: #3d5a8a;
--color-3: #5b7b9f;
--color-4: #9ec3e0;
--color-5: #f5e7b2;
} 🌈 Starlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3a6f, #3d5a8a, #5b7b9f, #9ec3e0, #f5e7b2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3a6f, #3d5a8a, #5b7b9f, #9ec3e0, #f5e7b2);
} 🔗 Explore similar color palettes
Starlight color palette created on .