Serene Ocean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Ocean Breeze palette
Image Gallery
Serene Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #e4eef1;
}
.color-2 {
color: #d3e2e9;
}
.color-3 {
color: #c4d9e3;
}
.color-4 {
color: #b2cedc;
}
.color-5 {
color: #9cc0d3;
}
/* CSS Variables */
:root {
--color-1: #e4eef1;
--color-2: #d3e2e9;
--color-3: #c4d9e3;
--color-4: #b2cedc;
--color-5: #9cc0d3;
}
Serene Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4eef1, #d3e2e9, #c4d9e3, #b2cedc, #9cc0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4eef1, #d3e2e9, #c4d9e3, #b2cedc, #9cc0d3);
}
Similar color palettes
Scroll down to explore 7 Light blue color palettes
Serene Ocean Breeze color palette created on .