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: #1f7bbd;
}
.color-2 {
color: #4ab3d3;
}
.color-3 {
color: #78d2e8;
}
.color-4 {
color: #a2e1f1;
}
.color-5 {
color: #e0f9ff;
}
/* CSS Variables */
:root {
--color-1: #1f7bbd;
--color-2: #4ab3d3;
--color-3: #78d2e8;
--color-4: #a2e1f1;
--color-5: #e0f9ff;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f7bbd, #4ab3d3, #78d2e8, #a2e1f1, #e0f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f7bbd, #4ab3d3, #78d2e8, #a2e1f1, #e0f9ff);
}
Similar color palettes
Ocean Breeze color palette created on .