Oceanic Serenity Color Palette
Discover the beautiful Oceanic Serenity color palette featuring big stone (#132e3f), blue dianne (#1f4b5b), smalt blue (#4b8b91), shadow green (#8dc4b1) and mandys pink (#f4c3c3).
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: #132e3f;
}
.color-2 {
color: #1f4b5b;
}
.color-3 {
color: #4b8b91;
}
.color-4 {
color: #8dc4b1;
}
.color-5 {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--color-1: #132e3f;
--color-2: #1f4b5b;
--color-3: #4b8b91;
--color-4: #8dc4b1;
--color-5: #f4c3c3;
} 🌈 Oceanic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #132e3f, #1f4b5b, #4b8b91, #8dc4b1, #f4c3c3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #132e3f, #1f4b5b, #4b8b91, #8dc4b1, #f4c3c3);
} 🔗 Explore similar color palettes
Oceanic Serenity color palette created on .