Deep Ocean Bliss Color Palette
Discover the beautiful Deep Ocean Bliss color palette featuring oxford blue (#3b4c5e), wedgewood (#507d9b), bismark (#4b6b8b), pigeon post (#a6c4d9) and mine shaft (#2b2b2b).
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 Deep Ocean Bliss palette
💻 Deep Ocean Bliss color palette CSS
/* CSS */
.color-1 {
color: #3b4c5e;
}
.color-2 {
color: #507d9b;
}
.color-3 {
color: #4b6b8b;
}
.color-4 {
color: #a6c4d9;
}
.color-5 {
color: #2b2b2b;
}
/* CSS Variables */
:root {
--color-1: #3b4c5e;
--color-2: #507d9b;
--color-3: #4b6b8b;
--color-4: #a6c4d9;
--color-5: #2b2b2b;
} 🌈 Deep Ocean Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4c5e, #507d9b, #4b6b8b, #a6c4d9, #2b2b2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4c5e, #507d9b, #4b6b8b, #a6c4d9, #2b2b2b);
} 🔗 Explore similar color palettes
Deep Ocean Bliss color palette created on .