Sea Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sea Blue palette

Share this palette to:

Sea Blue color palette CSS

/* CSS */
.color-1 {
color: #9fd4df;
}
.color-2 {
color: #f3d2b9;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #ff6b6b;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #9fd4df;
--color-2: #f3d2b9;
--color-3: #fab700;
--color-4: #ff6b6b;
--color-5: #690571;
}

Sea Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fd4df, #f3d2b9, #fab700, #ff6b6b, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fd4df, #f3d2b9, #fab700, #ff6b6b, #690571);
}

Sea Blue color palette created on .