Blue Ocean Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Ocean palette

Share this palette to:

Blue Ocean color palette CSS

/* CSS */
.color-1 {
color: #2e8b9e;
}
.color-2 {
color: #55b4a3;
}
.color-3 {
color: #8cd4c2;
}
.color-4 {
color: #e2f8f4;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #2e8b9e;
--color-2: #55b4a3;
--color-3: #8cd4c2;
--color-4: #e2f8f4;
--color-5: #f4a462;
}

Blue Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e8b9e, #55b4a3, #8cd4c2, #e2f8f4, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e8b9e, #55b4a3, #8cd4c2, #e2f8f4, #f4a462);
}

Blue Ocean color palette created on .