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: #dbefff;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #6bb8d1;
}
.color-4 {
color: #3c9aaf;
}
.color-5 {
color: #00778a;
}

/* CSS Variables */
:root {
--color-1: #dbefff;
--color-2: #a3d7e0;
--color-3: #6bb8d1;
--color-4: #3c9aaf;
--color-5: #00778a;
}

Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbefff, #a3d7e0, #6bb8d1, #3c9aaf, #00778a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbefff, #a3d7e0, #6bb8d1, #3c9aaf, #00778a);
}

Ocean Breeze color palette created on .