Cosmic Dreams Color Palette
Discover the beautiful Cosmic Dreams color palette featuring port gore (#1e1f4d), jacarta (#2d2d6c), chambray (#3b3c8c), waikawa gray (#5c5d99) and amethyst smoke (#8f90b7).
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 Cosmic Dreams palette
💻 Cosmic Dreams color palette CSS
/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #2d2d6c;
}
.color-3 {
color: #3b3c8c;
}
.color-4 {
color: #5c5d99;
}
.color-5 {
color: #8f90b7;
}
/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #2d2d6c;
--color-3: #3b3c8c;
--color-4: #5c5d99;
--color-5: #8f90b7;
} 🌈 Cosmic Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #2d2d6c, #3b3c8c, #5c5d99, #8f90b7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #2d2d6c, #3b3c8c, #5c5d99, #8f90b7);
} 🔗 Explore similar color palettes
Cosmic Dreams color palette created on .