Oceanic Serenity Color Palette
Discover the beautiful Oceanic Serenity color palette featuring paradiso (#307e88), breaker bay (#5e9ea1), blue dianne (#215d63), spectra (#2d5a5c) and sinbad (#97ced3).
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 Oceanic Serenity palette
💻 Oceanic Serenity color palette CSS
/* CSS */
.color-1 {
color: #307e88;
}
.color-2 {
color: #5e9ea1;
}
.color-3 {
color: #215d63;
}
.color-4 {
color: #2d5a5c;
}
.color-5 {
color: #97ced3;
}
/* CSS Variables */
:root {
--color-1: #307e88;
--color-2: #5e9ea1;
--color-3: #215d63;
--color-4: #2d5a5c;
--color-5: #97ced3;
} 🌈 Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #307e88, #5e9ea1, #215d63, #2d5a5c, #97ced3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #307e88, #5e9ea1, #215d63, #2d5a5c, #97ced3);
} 🔗 Explore similar color palettes
Oceanic Serenity color palette created on .