Ocean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Breeze palette
Ocean Breeze color palette PNG image
Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #1465f0;
}
.color-2 {
color: #0040d6;
}
.color-3 {
color: #002ab3;
}
.color-4 {
color: #3dc5ff;
}
.color-5 {
color: #b3d6ff;
}
/* CSS Variables */
:root {
--color-1: #1465f0;
--color-2: #0040d6;
--color-3: #002ab3;
--color-4: #3dc5ff;
--color-5: #b3d6ff;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1465f0, #0040d6, #002ab3, #3dc5ff, #b3d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1465f0, #0040d6, #002ab3, #3dc5ff, #b3d6ff);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Ocean Breeze color palette created on .