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: #81b9fe;
}
.color-2 {
color: #57a3e5;
}
.color-3 {
color: #3f8bc6;
}
.color-4 {
color: #2b79a6;
}
.color-5 {
color: #1d6c90;
}

/* CSS Variables */
:root {
--color-1: #81b9fe;
--color-2: #57a3e5;
--color-3: #3f8bc6;
--color-4: #2b79a6;
--color-5: #1d6c90;
}

Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81b9fe, #57a3e5, #3f8bc6, #2b79a6, #1d6c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81b9fe, #57a3e5, #3f8bc6, #2b79a6, #1d6c90);
}

Ocean Breeze color palette created on .