Blue Sea Color Palette
Discover the beautiful Blue Sea color palette featuring bondi blue (#0092b3), cerulean (#00b2d1), robin's egg blue (#00d5e0), morning glory (#a2e2d2) and off green (#e3f7f7).
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 Blue Sea palette
💻 Blue Sea color palette CSS
/* CSS */
.color-1 {
color: #0092b3;
}
.color-2 {
color: #00b2d1;
}
.color-3 {
color: #00d5e0;
}
.color-4 {
color: #a2e2d2;
}
.color-5 {
color: #e3f7f7;
}
/* CSS Variables */
:root {
--color-1: #0092b3;
--color-2: #00b2d1;
--color-3: #00d5e0;
--color-4: #a2e2d2;
--color-5: #e3f7f7;
} 🌈 Blue Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0092b3, #00b2d1, #00d5e0, #a2e2d2, #e3f7f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0092b3, #00b2d1, #00d5e0, #a2e2d2, #e3f7f7);
} 🔗 Explore similar color palettes
Blue Sea color palette created on .