Ocean Blue Bliss Color Palette
Discover the beautiful Ocean Blue Bliss color palette featuring pacific blue (#0099cc), seagull (#66b2e5), morning glory (#9ad6e0), supernova (#ffcc00) and hot pink (#ff6699).
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 Ocean Blue Bliss palette
💻 Ocean Blue Bliss color palette CSS
/* CSS */
.color-1 {
color: #0099cc;
}
.color-2 {
color: #66b2e5;
}
.color-3 {
color: #9ad6e0;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff6699;
}
/* CSS Variables */
:root {
--color-1: #0099cc;
--color-2: #66b2e5;
--color-3: #9ad6e0;
--color-4: #ffcc00;
--color-5: #ff6699;
} 🌈 Ocean Blue Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0099cc, #66b2e5, #9ad6e0, #ffcc00, #ff6699);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0099cc, #66b2e5, #9ad6e0, #ffcc00, #ff6699);
} 🔗 Explore similar color palettes
Ocean Blue Bliss color palette created on .