Bright Ocean Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Ocean Breeze palette

Share this palette to:

Bright Ocean Breeze color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #6bd0ff;
}
.color-3 {
color: #4cb8e6;
}
.color-4 {
color: #ffe0e0;
}
.color-5 {
color: #b1e4f7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #6bd0ff;
--color-3: #4cb8e6;
--color-4: #ffe0e0;
--color-5: #b1e4f7;
}

Bright Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #6bd0ff, #4cb8e6, #ffe0e0, #b1e4f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #6bd0ff, #4cb8e6, #ffe0e0, #b1e4f7);
}

Bright Ocean Breeze color palette created on .