Cosmic Dream Color Palette
Discover the beautiful Cosmic Dream color palette featuring purple (#6e00b3), electric violet (#da05ff), electric violet (#6e1aff), dodger blue (#38a5ff) and cyan / aqua (#00e1ff).
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 Dream palette
💻 Cosmic Dream color palette CSS
/* CSS */
.color-1 {
color: #6e00b3;
}
.color-2 {
color: #da05ff;
}
.color-3 {
color: #6e1aff;
}
.color-4 {
color: #38a5ff;
}
.color-5 {
color: #00e1ff;
}
/* CSS Variables */
:root {
--color-1: #6e00b3;
--color-2: #da05ff;
--color-3: #6e1aff;
--color-4: #38a5ff;
--color-5: #00e1ff;
}
🌈 Cosmic Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e00b3, #da05ff, #6e1aff, #38a5ff, #00e1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e00b3, #da05ff, #6e1aff, #38a5ff, #00e1ff);
}
🔗 Explore similar color palettes
Cosmic Dream color palette created on .