Stars and Moon Color Palette
Discover the beautiful Stars and Moon color palette featuring lucky point (#1e2876), san marino (#4b6caf), havelock blue (#7198e0), sail (#a5c8f8) and sandwisp (#f5e59e).
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 Stars and Moon palette
💻 Stars and Moon color palette CSS
/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #4b6caf;
}
.color-3 {
color: #7198e0;
}
.color-4 {
color: #a5c8f8;
}
.color-5 {
color: #f5e59e;
}
/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #4b6caf;
--color-3: #7198e0;
--color-4: #a5c8f8;
--color-5: #f5e59e;
}
🌈 Stars and Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #4b6caf, #7198e0, #a5c8f8, #f5e59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #4b6caf, #7198e0, #a5c8f8, #f5e59e);
}
🔗 Explore similar color palettes
Stars and Moon color palette created on .