Oil Spill Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oil Spill palette

Share this palette to:

Oil Spill color palette PNG image

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

Oil Spill color palette 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;
}

Oil Spill background gradient CSS

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