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: #3c789f;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #64b5c9;
}
.color-4 {
color: #508d9f;
}
.color-5 {
color: #50a0b4;
}
/* CSS Variables */
:root {
--color-1: #3c789f;
--color-2: #ffffff;
--color-3: #64b5c9;
--color-4: #508d9f;
--color-5: #50a0b4;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c789f, #ffffff, #64b5c9, #508d9f, #50a0b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c789f, #ffffff, #64b5c9, #508d9f, #50a0b4);
}
Similar color palettes
Ocean Breeze color palette created on .