Discover the beautiful Oceanic Elegance color palette featuring regent st blue (#a7d8e6), fountain blue (#6bb7c2), keppel (#3d9fa4), calypso (#2b7a88) and blumine (#1d5b72).
Oceanic Elegance Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Oceanic Elegance palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Oceanic Elegance palette
💻 Oceanic Elegance color palette CSS
/* CSS */
.color-1 {
color: #a7d8e6;
}
.color-2 {
color: #6bb7c2;
}
.color-3 {
color: #3d9fa4;
}
.color-4 {
color: #2b7a88;
}
.color-5 {
color: #1d5b72;
}
/* CSS Variables */
:root {
--color-1: #a7d8e6;
--color-2: #6bb7c2;
--color-3: #3d9fa4;
--color-4: #2b7a88;
--color-5: #1d5b72;
}
🌈 Oceanic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d8e6, #6bb7c2, #3d9fa4, #2b7a88, #1d5b72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d8e6, #6bb7c2, #3d9fa4, #2b7a88, #1d5b72);
}
🔗 Explore similar color palettes
Oceanic Elegance color palette created on .