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: #1a2d6b;
}
.color-2 {
color: #3b5b9b;
}
.color-3 {
color: #4e91c1;
}
.color-4 {
color: #a4d6e5;
}
.color-5 {
color: #f0b2c2;
}

/* CSS Variables */
:root {
--color-1: #1a2d6b;
--color-2: #3b5b9b;
--color-3: #4e91c1;
--color-4: #a4d6e5;
--color-5: #f0b2c2;
}

Serene Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a2d6b, #3b5b9b, #4e91c1, #a4d6e5, #f0b2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a2d6b, #3b5b9b, #4e91c1, #a4d6e5, #f0b2c2);
}

Serene Ocean Breeze color palette created on .