Abyss Blue Color Palette

Discover the beautiful Abyss Blue color palette featuring tarawera (#0b3c5b), venice blue (#0c5b88), tradewind (#4cae9d), celadon (#b9e9b4) and pampas (#f5f5f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDeep, Blue, Aesthetic, Fun, Bright 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 Abyss Blue palette

Share this palette to:

💻 Abyss Blue color palette CSS

/* CSS */
.color-1 {
color: #0b3c5b;
}
.color-2 {
color: #0c5b88;
}
.color-3 {
color: #4cae9d;
}
.color-4 {
color: #b9e9b4;
}
.color-5 {
color: #f5f5f0;
}

/* CSS Variables */
:root {
--color-1: #0b3c5b;
--color-2: #0c5b88;
--color-3: #4cae9d;
--color-4: #b9e9b4;
--color-5: #f5f5f0;
}

🌈 Abyss Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3c5b, #0c5b88, #4cae9d, #b9e9b4, #f5f5f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3c5b, #0c5b88, #4cae9d, #b9e9b4, #f5f5f0);
}

Abyss Blue color palette created on .