Cobalt Dreams Color Palette
Discover the beautiful Cobalt Dreams color palette featuring blue (#1a1dff), dodger blue (#4f4dff), malibu (#8080ff), melrose (#a3a3ff) and melrose (#c2c2ff).
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 Cobalt Dreams palette
💻 Cobalt Dreams color palette CSS
/* CSS */
.color-1 {
color: #1a1dff;
}
.color-2 {
color: #4f4dff;
}
.color-3 {
color: #8080ff;
}
.color-4 {
color: #a3a3ff;
}
.color-5 {
color: #c2c2ff;
}
/* CSS Variables */
:root {
--color-1: #1a1dff;
--color-2: #4f4dff;
--color-3: #8080ff;
--color-4: #a3a3ff;
--color-5: #c2c2ff;
} 🌈 Cobalt Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1dff, #4f4dff, #8080ff, #a3a3ff, #c2c2ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1dff, #4f4dff, #8080ff, #a3a3ff, #c2c2ff);
} 🔗 Explore similar color palettes
Cobalt Dreams color palette created on .