Cosmic Dreams Color Palette

Discover the beautiful Cosmic Dreams color palette featuring blue zodiac (#0e1944), rhino (#2d3062), victoria (#4e3e84), butterfly bush (#65539d) and wisteria (#876fb3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Indigo, Purple, Lavender, Deep, Modern, Elegant, 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 Cosmic Dreams palette

Share this palette to:

💻 Cosmic Dreams color palette CSS

/* CSS */
.color-1 {
color: #0e1944;
}
.color-2 {
color: #2d3062;
}
.color-3 {
color: #4e3e84;
}
.color-4 {
color: #65539d;
}
.color-5 {
color: #876fb3;
}

/* CSS Variables */
:root {
--color-1: #0e1944;
--color-2: #2d3062;
--color-3: #4e3e84;
--color-4: #65539d;
--color-5: #876fb3;
}

🌈 Cosmic Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e1944, #2d3062, #4e3e84, #65539d, #876fb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e1944, #2d3062, #4e3e84, #65539d, #876fb3);
}

Cosmic Dreams color palette created on .