Bright Ocean Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Ocean Blue palette

Share this palette to:

Bright Ocean Blue color palette CSS

/* CSS */
.color-1 {
color: #95ccea;
}
.color-2 {
color: #a3d7e6;
}
.color-3 {
color: #b3e4ef;
}
.color-4 {
color: #c8f3f9;
}
.color-5 {
color: #e0ffff;
}

/* CSS Variables */
:root {
--color-1: #95ccea;
--color-2: #a3d7e6;
--color-3: #b3e4ef;
--color-4: #c8f3f9;
--color-5: #e0ffff;
}

Bright Ocean Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95ccea, #a3d7e6, #b3e4ef, #c8f3f9, #e0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95ccea, #a3d7e6, #b3e4ef, #c8f3f9, #e0ffff);
}

Bright Ocean Blue color palette created on .