Ocean Breeze Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Breeze Serenity palette

Share this palette to:

Ocean Breeze Serenity color palette CSS

/* CSS */
.color-1 {
color: #2b88ca;
}
.color-2 {
color: #4ab8e3;
}
.color-3 {
color: #7dd2e3;
}
.color-4 {
color: #a1e8e1;
}
.color-5 {
color: #f6f9d7;
}

/* CSS Variables */
:root {
--color-1: #2b88ca;
--color-2: #4ab8e3;
--color-3: #7dd2e3;
--color-4: #a1e8e1;
--color-5: #f6f9d7;
}

Ocean Breeze Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b88ca, #4ab8e3, #7dd2e3, #a1e8e1, #f6f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b88ca, #4ab8e3, #7dd2e3, #a1e8e1, #f6f9d7);
}

Ocean Breeze Serenity color palette created on .