Serene Ocean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Ocean Breeze palette
Serene Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #e2f6f8;
}
.color-2 {
color: #b4c1cf;
}
.color-3 {
color: #9499a4;
}
.color-4 {
color: #5595c3;
}
.color-5 {
color: #6f797b;
}
/* CSS Variables */
:root {
--color-1: #e2f6f8;
--color-2: #b4c1cf;
--color-3: #9499a4;
--color-4: #5595c3;
--color-5: #6f797b;
}
Serene Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2f6f8, #b4c1cf, #9499a4, #5595c3, #6f797b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2f6f8, #b4c1cf, #9499a4, #5595c3, #6f797b);
}
Similar color palettes
Serene Ocean Breeze color palette created on .