宇宙 Color Palette

Discover the beautiful 宇宙 color palette featuring lucky point (#1d2a77), gigas (#4a3e8e), blue violet (#6b6dbd), cold purple (#a4a5df) and periwinkle gray (#d6d6f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cosmic, Light, Modern, Night Sky, Purple, Space, Vibrant color palettes and combinations.

💡 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 宇宙 palette

Share this palette to:

💻 宇宙 color palette CSS

/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #4a3e8e;
}
.color-3 {
color: #6b6dbd;
}
.color-4 {
color: #a4a5df;
}
.color-5 {
color: #d6d6f0;
}

/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #4a3e8e;
--color-3: #6b6dbd;
--color-4: #a4a5df;
--color-5: #d6d6f0;
}

🌈 宇宙 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #4a3e8e, #6b6dbd, #a4a5df, #d6d6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #4a3e8e, #6b6dbd, #a4a5df, #d6d6f0);
}

宇宙 color palette created on .