Oceanic Serenity Color Palette
Discover the beautiful Oceanic Serenity color palette featuring opal (#b0c7ca), patina (#5c9194), william (#356a6c), blue dianne (#234d51) and gable green (#1a3a3d).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Coastal, Earthy, Minimalist color palettes and combinations.
💡 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
Image Gallery

💻 Oceanic Serenity color palette CSS
/* CSS */
.color-1 {
color: #b0c7ca;
}
.color-2 {
color: #5c9194;
}
.color-3 {
color: #356a6c;
}
.color-4 {
color: #234d51;
}
.color-5 {
color: #1a3a3d;
}
/* CSS Variables */
:root {
--color-1: #b0c7ca;
--color-2: #5c9194;
--color-3: #356a6c;
--color-4: #234d51;
--color-5: #1a3a3d;
} 🌈 Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c7ca, #5c9194, #356a6c, #234d51, #1a3a3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c7ca, #5c9194, #356a6c, #234d51, #1a3a3d);
} 🔗 Explore similar color palettes
Oceanic Serenity color palette created on .