Serene Ocean Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Ocean Breeze palette

Share this palette to:

Serene Ocean Breeze color palette CSS

/* CSS */
.color-1 {
color: #cfe5f2;
}
.color-2 {
color: #a3d7e6;
}
.color-3 {
color: #7bc1db;
}
.color-4 {
color: #4ca5e1;
}
.color-5 {
color: #0080b3;
}

/* CSS Variables */
:root {
--color-1: #cfe5f2;
--color-2: #a3d7e6;
--color-3: #7bc1db;
--color-4: #4ca5e1;
--color-5: #0080b3;
}

Serene Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfe5f2, #a3d7e6, #7bc1db, #4ca5e1, #0080b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfe5f2, #a3d7e6, #7bc1db, #4ca5e1, #0080b3);
}

Serene Ocean Breeze color palette created on .