Cosmic Dream Color Palette

Discover the beautiful Cosmic Dream color palette featuring bunting (#191f4d), astronaut (#2a2e6f), butterfly bush (#4f5092), wild blue yonder (#7a7bb3) and periwinkle gray (#b6b8e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSpace, Indigo, Deep, Bright, Starry, Modern, 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 Dream palette

Share this palette to:

💻 Cosmic Dream color palette CSS

/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #2a2e6f;
}
.color-3 {
color: #4f5092;
}
.color-4 {
color: #7a7bb3;
}
.color-5 {
color: #b6b8e2;
}

/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #2a2e6f;
--color-3: #4f5092;
--color-4: #7a7bb3;
--color-5: #b6b8e2;
}

🌈 Cosmic Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #2a2e6f, #4f5092, #7a7bb3, #b6b8e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #2a2e6f, #4f5092, #7a7bb3, #b6b8e2);
}

Cosmic Dream color palette created on .