Deep Blue Sea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Blue Sea palette

Share this palette to:

Download Deep Blue Sea Color Palette (PNG)

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

Deep Blue Sea color palette CSS

/* CSS */
.color-1 {
color: #132a49;
}
.color-2 {
color: #2f556f;
}
.color-3 {
color: #5c96a3;
}
.color-4 {
color: #8ec2aa;
}
.color-5 {
color: #a9b5c6;
}

/* CSS Variables */
:root {
--color-1: #132a49;
--color-2: #2f556f;
--color-3: #5c96a3;
--color-4: #8ec2aa;
--color-5: #a9b5c6;
}

Deep Blue Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #132a49, #2f556f, #5c96a3, #8ec2aa, #a9b5c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #132a49, #2f556f, #5c96a3, #8ec2aa, #a9b5c6);
}

Deep Blue Sea color palette created on .