Cosmic Dreams Color Palette

Discover the beautiful Cosmic Dreams color palette featuring black pearl (#081235), port gore (#191c48), jacarta (#312262), minsk (#3f2f75) and victoria (#573d85).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDeep, Midnight, Indigo, Plum, Earthy, Dark, 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: #081235;
}
.color-2 {
color: #191c48;
}
.color-3 {
color: #312262;
}
.color-4 {
color: #3f2f75;
}
.color-5 {
color: #573d85;
}

/* CSS Variables */
:root {
--color-1: #081235;
--color-2: #191c48;
--color-3: #312262;
--color-4: #3f2f75;
--color-5: #573d85;
}

🌈 Cosmic Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #081235, #191c48, #312262, #3f2f75, #573d85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #081235, #191c48, #312262, #3f2f75, #573d85);
}

Cosmic Dreams color palette created on .