Sea Color Palette
Discover the beautiful Sea color palette featuring pacific blue (#0099cc), malibu (#66ccff), anakiwa (#99e6ff), onahau (#ccf2ff) and tranquil (#e5ffff).
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 Sea palette
💻 Sea color palette CSS
/* CSS */
.color-1 {
color: #0099cc;
}
.color-2 {
color: #66ccff;
}
.color-3 {
color: #99e6ff;
}
.color-4 {
color: #ccf2ff;
}
.color-5 {
color: #e5ffff;
}
/* CSS Variables */
:root {
--color-1: #0099cc;
--color-2: #66ccff;
--color-3: #99e6ff;
--color-4: #ccf2ff;
--color-5: #e5ffff;
}
🌈 Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0099cc, #66ccff, #99e6ff, #ccf2ff, #e5ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0099cc, #66ccff, #99e6ff, #ccf2ff, #e5ffff);
}
🔗 Explore similar color palettes
Sea color palette created on .