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: #ffffff;
}
.color-2 {
color: #1c4882;
}
.color-3 {
color: #2477b7;
}
.color-4 {
color: #385675;
}
.color-5 {
color: #7b92ad;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #1c4882;
--color-3: #2477b7;
--color-4: #385675;
--color-5: #7b92ad;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #1c4882, #2477b7, #385675, #7b92ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #1c4882, #2477b7, #385675, #7b92ad);
}
Similar color palettes
Ocean Breeze color palette created on .