Oil Spill Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Oil Spill palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Oil Spill

Download oil spill color palette PNG image (landscape)
Download oil spill color palette PNG image (square)

tavolozza dei colori Oil Spill CSS

/* CSS */
.color-1 {
color: #1d393a;
}
.color-2 {
color: #3a7e7c;
}
.color-3 {
color: #51bdbb;
}
.color-4 {
color: #66e1df;
}
.color-5 {
color: #a3f0ed;
}

/* CSS Variables */
:root {
--color-1: #1d393a;
--color-2: #3a7e7c;
--color-3: #51bdbb;
--color-4: #66e1df;
--color-5: #a3f0ed;
}

CSS con gradiente di sfondo Oil Spill

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d393a, #3a7e7c, #51bdbb, #66e1df, #a3f0ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d393a, #3a7e7c, #51bdbb, #66e1df, #a3f0ed);
}

Oil Spill color palette created on .