Ocean Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Blue palette

Share this palette to:

Ocean Blue color palette CSS

/* CSS */
.color-1 {
color: #3e5960;
}
.color-2 {
color: #89989a;
}
.color-3 {
color: #dbc2cd;
}
.color-4 {
color: #eae1e8;
}
.color-5 {
color: #faf5fa;
}

/* CSS Variables */
:root {
--color-1: #3e5960;
--color-2: #89989a;
--color-3: #dbc2cd;
--color-4: #eae1e8;
--color-5: #faf5fa;
}

Ocean Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5960, #89989a, #dbc2cd, #eae1e8, #faf5fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5960, #89989a, #dbc2cd, #eae1e8, #faf5fa);
}

Ocean Blue color palette created on .