Misty Ocean Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Misty Ocean Breeze palette

Share this palette to:

Misty Ocean Breeze color palette CSS

/* CSS */
.color-1 {
color: #4a6a8c;
}
.color-2 {
color: #6e8da0;
}
.color-3 {
color: #93a2b4;
}
.color-4 {
color: #c2d1db;
}
.color-5 {
color: #e4eff6;
}

/* CSS Variables */
:root {
--color-1: #4a6a8c;
--color-2: #6e8da0;
--color-3: #93a2b4;
--color-4: #c2d1db;
--color-5: #e4eff6;
}

Misty Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6a8c, #6e8da0, #93a2b4, #c2d1db, #e4eff6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6a8c, #6e8da0, #93a2b4, #c2d1db, #e4eff6);
}

Misty Ocean Breeze color palette created on .