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: #054b7a;
}
.color-2 {
color: #1e7b99;
}
.color-3 {
color: #39afb1;
}
.color-4 {
color: #6ed8a5;
}
.color-5 {
color: #b1f1c3;
}

/* CSS Variables */
:root {
--color-1: #054b7a;
--color-2: #1e7b99;
--color-3: #39afb1;
--color-4: #6ed8a5;
--color-5: #b1f1c3;
}

Ocean Breeze Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #054b7a, #1e7b99, #39afb1, #6ed8a5, #b1f1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #054b7a, #1e7b99, #39afb1, #6ed8a5, #b1f1c3);
}

Ocean Breeze Serenity color palette created on .