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: #ddeaee;
}
.color-2 {
color: #c8dbe4;
}
.color-3 {
color: #b3cddb;
}
.color-4 {
color: #a0c1d4;
}
.color-5 {
color: #8cb6cf;
}

/* CSS Variables */
:root {
--color-1: #ddeaee;
--color-2: #c8dbe4;
--color-3: #b3cddb;
--color-4: #a0c1d4;
--color-5: #8cb6cf;
}

Serene Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddeaee, #c8dbe4, #b3cddb, #a0c1d4, #8cb6cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddeaee, #c8dbe4, #b3cddb, #a0c1d4, #8cb6cf);
}

Serene Ocean Breeze color palette created on .