Oceanic Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Breeze palette

Share this palette to:

Oceanic Breeze color palette CSS

/* CSS */
.color-1 {
color: #003366;
}
.color-2 {
color: #005e8a;
}
.color-3 {
color: #0086b3;
}
.color-4 {
color: #00a4d1;
}
.color-5 {
color: #00c6e0;
}

/* CSS Variables */
:root {
--color-1: #003366;
--color-2: #005e8a;
--color-3: #0086b3;
--color-4: #00a4d1;
--color-5: #00c6e0;
}

Oceanic Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003366, #005e8a, #0086b3, #00a4d1, #00c6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003366, #005e8a, #0086b3, #00a4d1, #00c6e0);
}

Oceanic Breeze color palette created on .