Midnight Ocean Whisper Color Palette
Discover the beautiful Midnight Ocean Whisper color palette featuring cold purple (#a6b4de), waikawa gray (#6174a4), fiord (#414c72), cloud burst (#223755) and big stone (#13253b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Modern, Winter 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 Midnight Ocean Whisper palette
Image Gallery

💻 Midnight Ocean Whisper color palette CSS
/* CSS */
.color-1 {
color: #a6b4de;
}
.color-2 {
color: #6174a4;
}
.color-3 {
color: #414c72;
}
.color-4 {
color: #223755;
}
.color-5 {
color: #13253b;
}
/* CSS Variables */
:root {
--color-1: #a6b4de;
--color-2: #6174a4;
--color-3: #414c72;
--color-4: #223755;
--color-5: #13253b;
} 🌈 Midnight Ocean Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6b4de, #6174a4, #414c72, #223755, #13253b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6b4de, #6174a4, #414c72, #223755, #13253b);
} 🔗 Explore similar color palettes
Midnight Ocean Whisper color palette created on .