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: #b9e0f9;
}
.color-2 {
color: #a3d3e0;
}
.color-3 {
color: #8dc8dd;
}
.color-4 {
color: #5fb8d8;
}
.color-5 {
color: #3999c6;
}
/* CSS Variables */
:root {
--color-1: #b9e0f9;
--color-2: #a3d3e0;
--color-3: #8dc8dd;
--color-4: #5fb8d8;
--color-5: #3999c6;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9e0f9, #a3d3e0, #8dc8dd, #5fb8d8, #3999c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9e0f9, #a3d3e0, #8dc8dd, #5fb8d8, #3999c6);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Ocean Breeze color palette created on .