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: #005cb8;
}
.color-2 {
color: #0092e0;
}
.color-3 {
color: #00b0e0;
}
.color-4 {
color: #5dd0e5;
}
.color-5 {
color: #a3e6f0;
}
/* CSS Variables */
:root {
--color-1: #005cb8;
--color-2: #0092e0;
--color-3: #00b0e0;
--color-4: #5dd0e5;
--color-5: #a3e6f0;
}
Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005cb8, #0092e0, #00b0e0, #5dd0e5, #a3e6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005cb8, #0092e0, #00b0e0, #5dd0e5, #a3e6f0);
}
Similar color palettes
Ocean Breeze color palette created on .