Cosmic Dreams Color Palette
Discover the beautiful Cosmic Dreams color palette featuring deep cove (#06103c), lucky point (#12175b), jacksons purple (#281b7c), jacksons purple (#362495) and governor bay (#4b30aa).
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: #06103c;
}
.color-2 {
color: #12175b;
}
.color-3 {
color: #281b7c;
}
.color-4 {
color: #362495;
}
.color-5 {
color: #4b30aa;
}
/* CSS Variables */
:root {
--color-1: #06103c;
--color-2: #12175b;
--color-3: #281b7c;
--color-4: #362495;
--color-5: #4b30aa;
} 🌈 Cosmic Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #06103c, #12175b, #281b7c, #362495, #4b30aa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #06103c, #12175b, #281b7c, #362495, #4b30aa);
} 🔗 Explore similar color palettes
Cosmic Dreams color palette created on .