Oceanic Zephyr Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Zephyr palette

Share this palette to:

Oceanic Zephyr color palette CSS

/* CSS */
.color-1 {
color: #80c6e0;
}
.color-2 {
color: #51a4c8;
}
.color-3 {
color: #3b8bb0;
}
.color-4 {
color: #2d709f;
}
.color-5 {
color: #1f4e75;
}

/* CSS Variables */
:root {
--color-1: #80c6e0;
--color-2: #51a4c8;
--color-3: #3b8bb0;
--color-4: #2d709f;
--color-5: #1f4e75;
}

Oceanic Zephyr background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80c6e0, #51a4c8, #3b8bb0, #2d709f, #1f4e75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80c6e0, #51a4c8, #3b8bb0, #2d709f, #1f4e75);
}

Oceanic Zephyr color palette created on .