Ocean Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Breeze palette

Share this palette to:

Download Ocean Breeze Color Palette (PNG)

Download ocean breeze color palette PNG image (landscape)
Download ocean breeze color palette PNG image (square)

Ocean Breeze color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #85cdfa;
}
.color-4 {
color: #add8e6;
}
.color-5 {
color: #4682b4;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #00bfff;
--color-3: #85cdfa;
--color-4: #add8e6;
--color-5: #4682b4;
}

Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #00bfff, #85cdfa, #add8e6, #4682b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #00bfff, #85cdfa, #add8e6, #4682b4);
}

Ocean Breeze color palette created on .