Ocean Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Breeze palette

Share this palette to:

Ocean Breeze color palette CSS

/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #5aafe7;
}
.color-3 {
color: #489dd5;
}
.color-4 {
color: #3a8cbb;
}
.color-5 {
color: #2b6eb1;
}

/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #5aafe7;
--color-3: #489dd5;
--color-4: #3a8cbb;
--color-5: #2b6eb1;
}

Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #5aafe7, #489dd5, #3a8cbb, #2b6eb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #5aafe7, #489dd5, #3a8cbb, #2b6eb1);
}

Ocean Breeze color palette created on .