Ocean Breeze Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Breeze Blossom palette

Share this palette to:

Ocean Breeze Blossom color palette CSS

/* CSS */
.color-1 {
color: #1e4d6c;
}
.color-2 {
color: #4cb8ab;
}
.color-3 {
color: #a2d8d8;
}
.color-4 {
color: #e0aed7;
}
.color-5 {
color: #f3a1a0;
}

/* CSS Variables */
:root {
--color-1: #1e4d6c;
--color-2: #4cb8ab;
--color-3: #a2d8d8;
--color-4: #e0aed7;
--color-5: #f3a1a0;
}

Ocean Breeze Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d6c, #4cb8ab, #a2d8d8, #e0aed7, #f3a1a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d6c, #4cb8ab, #a2d8d8, #e0aed7, #f3a1a0);
}

Ocean Breeze Blossom color palette created on .