Sea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sea palette

Share this palette to:

Download Sea Color Palette (PNG)

Download sea color palette PNG image (landscape)
Download sea color palette PNG image (square)

Sea color palette CSS

/* CSS */
.color-1 {
color: #0099cc;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00c29e;
}
.color-4 {
color: #a1e3d2;
}
.color-5 {
color: #def7f5;
}

/* CSS Variables */
:root {
--color-1: #0099cc;
--color-2: #00b3aa;
--color-3: #00c29e;
--color-4: #a1e3d2;
--color-5: #def7f5;
}

Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0099cc, #00b3aa, #00c29e, #a1e3d2, #def7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0099cc, #00b3aa, #00c29e, #a1e3d2, #def7f5);
}

Similar color palettes

Sea color palette created on .