Paleta de colores Ocean Depths

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ocean Depths palette

Compartir esta paleta en:

Descargar la paleta de colores Ocean Depths (PNG)

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

CSS de la paleta de colores Ocean Depths

/* 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;
}

CSS del degradado de fondo Ocean Depths

/* 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 .