Ocean Breeze Sunset Color Palette
Discover the beautiful Ocean Breeze Sunset color palette featuring endeavour (#0068b3), endeavour (#005cad), coral (#ff855c), white (#ffffff) and cornflower (#a7c8ec).
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 Ocean Breeze Sunset palette
💻 Ocean Breeze Sunset color palette CSS
/* CSS */
.color-1 {
color: #0068b3;
}
.color-2 {
color: #005cad;
}
.color-3 {
color: #ff855c;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #a7c8ec;
}
/* CSS Variables */
:root {
--color-1: #0068b3;
--color-2: #005cad;
--color-3: #ff855c;
--color-4: #ffffff;
--color-5: #a7c8ec;
}
🌈 Ocean Breeze Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0068b3, #005cad, #ff855c, #ffffff, #a7c8ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0068b3, #005cad, #ff855c, #ffffff, #a7c8ec);
}
🔗 Explore similar color palettes
Ocean Breeze Sunset color palette created on .