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: #1e7b99;
}
.color-2 {
color: #4aafba;
}
.color-3 {
color: #6ed8d7;
}
.color-4 {
color: #a2f1e5;
}
.color-5 {
color: #f3fbef;
}

/* CSS Variables */
:root {
--color-1: #1e7b99;
--color-2: #4aafba;
--color-3: #6ed8d7;
--color-4: #a2f1e5;
--color-5: #f3fbef;
}

Oceanic Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7b99, #4aafba, #6ed8d7, #a2f1e5, #f3fbef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7b99, #4aafba, #6ed8d7, #a2f1e5, #f3fbef);
}

Oceanic Breeze color palette created on .