Ocean Depths Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ocean Depths palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Ocean Depths

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

tavolozza dei colori Ocean Depths CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #3e1429;
}
.color-3 {
color: #3c9f9f;
}
.color-4 {
color: #8dc8c8;
}
.color-5 {
color: #3b3b4e;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #3e1429;
--color-3: #3c9f9f;
--color-4: #8dc8c8;
--color-5: #3b3b4e;
}

CSS con gradiente di sfondo Ocean Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #3e1429, #3c9f9f, #8dc8c8, #3b3b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #3e1429, #3c9f9f, #8dc8c8, #3b3b4e);
}

Ocean Depths color palette created on .