Ocean Depths Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Depths palette

Share this palette to:

Download Ocean Depths Color Palette (PNG)

Download ocean depths color palette PNG image (landscape)
Download ocean depths color palette PNG image (square)

Ocean Depths color palette CSS

/* CSS */
.color-1 {
color: #42adfa;
}
.color-2 {
color: #3d8fdb;
}
.color-3 {
color: #2b69b6;
}
.color-4 {
color: #1b4d93;
}
.color-5 {
color: #0e3971;
}

/* CSS Variables */
:root {
--color-1: #42adfa;
--color-2: #3d8fdb;
--color-3: #2b69b6;
--color-4: #1b4d93;
--color-5: #0e3971;
}

Ocean Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #42adfa, #3d8fdb, #2b69b6, #1b4d93, #0e3971);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #42adfa, #3d8fdb, #2b69b6, #1b4d93, #0e3971);
}

Ocean Depths color palette created on .