Ocean Breeze Serenity Color Palette
Discover the beautiful Ocean Breeze Serenity color palette featuring sail (#a2e0f6), aquamarine blue (#74c4e2), shakespeare (#4ba9d8), jelly bean (#2d89b4) and matisse (#1a6b8e).
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
UI Examples
Explore beautiful UI components with Ocean Breeze Serenity palette
💻 Ocean Breeze Serenity color palette CSS
/* CSS */
.color-1 {
color: #a2e0f6;
}
.color-2 {
color: #74c4e2;
}
.color-3 {
color: #4ba9d8;
}
.color-4 {
color: #2d89b4;
}
.color-5 {
color: #1a6b8e;
}
/* CSS Variables */
:root {
--color-1: #a2e0f6;
--color-2: #74c4e2;
--color-3: #4ba9d8;
--color-4: #2d89b4;
--color-5: #1a6b8e;
} 🌈 Ocean Breeze Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e0f6, #74c4e2, #4ba9d8, #2d89b4, #1a6b8e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e0f6, #74c4e2, #4ba9d8, #2d89b4, #1a6b8e);
} Ocean Breeze Serenity color palette created on .