Ocean Breeze Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Breeze Serenade palette

Share this palette to:

Download Ocean Breeze Serenade Color Palette (PNG)

Download ocean breeze serenade color palette PNG image (landscape)
Download ocean breeze serenade color palette PNG image (square)

Ocean Breeze Serenade color palette CSS

/* CSS */
.color-1 {
color: #1a3f8e;
}
.color-2 {
color: #3e6da3;
}
.color-3 {
color: #6ca2c6;
}
.color-4 {
color: #a4d6e5;
}
.color-5 {
color: #e4f0f7;
}

/* CSS Variables */
:root {
--color-1: #1a3f8e;
--color-2: #3e6da3;
--color-3: #6ca2c6;
--color-4: #a4d6e5;
--color-5: #e4f0f7;
}

Ocean Breeze Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3f8e, #3e6da3, #6ca2c6, #a4d6e5, #e4f0f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3f8e, #3e6da3, #6ca2c6, #a4d6e5, #e4f0f7);
}

Ocean Breeze Serenade color palette created on .