Oil Spill Color Palette

Discover the beautiful Oil Spill color palette featuring te papa green (#1d393a), oracle (#3a7e7c), fountain blue (#51bdbb), aquamarine blue (#66e1df) and blizzard blue (#a3f0ed).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Emerald, Modern, Teal, Turquoise, Vibrant color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Oil Spill palette

Share this palette to:

💻 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 .