Sea Stingray Color Palette

Discover the beautiful Sea Stingray color palette featuring steel blue (#4a9cba), paradiso (#3b8c8c), paradiso (#2c7d7b), genoa (#1a6b65) and deep sea green (#0d5e5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Teal, Coastal, Vibrant, Summer, Mint, Green 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 Sea Stingray palette

Share this palette to:

💻 Sea Stingray color palette CSS

/* CSS */
.color-1 {
color: #4a9cba;
}
.color-2 {
color: #3b8c8c;
}
.color-3 {
color: #2c7d7b;
}
.color-4 {
color: #1a6b65;
}
.color-5 {
color: #0d5e5d;
}

/* CSS Variables */
:root {
--color-1: #4a9cba;
--color-2: #3b8c8c;
--color-3: #2c7d7b;
--color-4: #1a6b65;
--color-5: #0d5e5d;
}

🌈 Sea Stingray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cba, #3b8c8c, #2c7d7b, #1a6b65, #0d5e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cba, #3b8c8c, #2c7d7b, #1a6b65, #0d5e5d);
}

Sea Stingray color palette created on .