Starlight Color Palette
Discover the beautiful Starlight color palette featuring rhino (#2a395d), lynch (#68709a), london hue (#b69fc4), golden sand (#f3dd83) and mandys pink (#f7bbbf).
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: #2a395d;
}
.color-2 {
color: #68709a;
}
.color-3 {
color: #b69fc4;
}
.color-4 {
color: #f3dd83;
}
.color-5 {
color: #f7bbbf;
}
/* CSS Variables */
:root {
--color-1: #2a395d;
--color-2: #68709a;
--color-3: #b69fc4;
--color-4: #f3dd83;
--color-5: #f7bbbf;
} 🌈 Starlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a395d, #68709a, #b69fc4, #f3dd83, #f7bbbf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a395d, #68709a, #b69fc4, #f3dd83, #f7bbbf);
} 🔗 Explore similar color palettes
Starlight color palette created on .