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: #4268b3;
}
.color-2 {
color: #082b72;
}
.color-3 {
color: #06225b;
}
.color-4 {
color: #051d4d;
}
.color-5 {
color: #031230;
}
/* CSS Variables */
:root {
--color-1: #4268b3;
--color-2: #082b72;
--color-3: #06225b;
--color-4: #051d4d;
--color-5: #031230;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4268b3, #082b72, #06225b, #051d4d, #031230);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4268b3, #082b72, #06225b, #051d4d, #031230);
}
Similar color palettes
Ocean Breeze color palette created on .