Ocean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Breeze palette
Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #c1e0ec;
}
.color-2 {
color: #92c3d3;
}
.color-3 {
color: #5d9fb1;
}
.color-4 {
color: #3a7a92;
}
.color-5 {
color: #1d4e6d;
}
/* CSS Variables */
:root {
--color-1: #c1e0ec;
--color-2: #92c3d3;
--color-3: #5d9fb1;
--color-4: #3a7a92;
--color-5: #1d4e6d;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1e0ec, #92c3d3, #5d9fb1, #3a7a92, #1d4e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1e0ec, #92c3d3, #5d9fb1, #3a7a92, #1d4e6d);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Ocean Breeze color palette created on .