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: #6cb2e4;
}
.color-3 {
color: #4b8fc3;
}
.color-4 {
color: #3c6faa;
}
.color-5 {
color: #2a4a8d;
}

/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #6cb2e4;
--color-3: #4b8fc3;
--color-4: #3c6faa;
--color-5: #2a4a8d;
}

Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #6cb2e4, #4b8fc3, #3c6faa, #2a4a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #6cb2e4, #4b8fc3, #3c6faa, #2a4a8d);
}

Ocean Breeze color palette created on .