Star and Moon Color Palette
Discover the beautiful Star and Moon color palette featuring port gore (#1b1f4b), east bay (#4b4e7c), waterloo (#7b7e9d), khaki (#f0e78e) and manhattan (#f6d38e).
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 Star and Moon palette
💻 Star and Moon color palette CSS
/* CSS */
.color-1 {
color: #1b1f4b;
}
.color-2 {
color: #4b4e7c;
}
.color-3 {
color: #7b7e9d;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #f6d38e;
}
/* CSS Variables */
:root {
--color-1: #1b1f4b;
--color-2: #4b4e7c;
--color-3: #7b7e9d;
--color-4: #f0e78e;
--color-5: #f6d38e;
}
🌈 Star and Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f4b, #4b4e7c, #7b7e9d, #f0e78e, #f6d38e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f4b, #4b4e7c, #7b7e9d, #f0e78e, #f6d38e);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Star and Moon color palette created on .