Ocean Breeze Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Breeze Harmony palette

Share this palette to:

Ocean Breeze Harmony color palette CSS

/* CSS */
.color-1 {
color: #1e8bb3;
}
.color-2 {
color: #3cb1c3;
}
.color-3 {
color: #65d2c7;
}
.color-4 {
color: #a2e6d4;
}
.color-5 {
color: #f8f5f2;
}

/* CSS Variables */
:root {
--color-1: #1e8bb3;
--color-2: #3cb1c3;
--color-3: #65d2c7;
--color-4: #a2e6d4;
--color-5: #f8f5f2;
}

Ocean Breeze Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8bb3, #3cb1c3, #65d2c7, #a2e6d4, #f8f5f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8bb3, #3cb1c3, #65d2c7, #a2e6d4, #f8f5f2);
}

Ocean Breeze Harmony color palette created on .