Guardian's Abyss Color Palette

Discover the beautiful Guardian's Abyss color palette featuring danube (#6b96c7), san marino (#4b6eaf), chambray (#3b4f8c), rhino (#2d3a67) and big stone (#1a2b4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Modern, Summer 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 Guardian's Abyss palette

Share this palette to:

💻 Guardian's Abyss color palette CSS

/* CSS */
.color-1 {
color: #6b96c7;
}
.color-2 {
color: #4b6eaf;
}
.color-3 {
color: #3b4f8c;
}
.color-4 {
color: #2d3a67;
}
.color-5 {
color: #1a2b4c;
}

/* CSS Variables */
:root {
--color-1: #6b96c7;
--color-2: #4b6eaf;
--color-3: #3b4f8c;
--color-4: #2d3a67;
--color-5: #1a2b4c;
}

🌈 Guardian's Abyss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b96c7, #4b6eaf, #3b4f8c, #2d3a67, #1a2b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b96c7, #4b6eaf, #3b4f8c, #2d3a67, #1a2b4c);
}

Guardian's Abyss color palette created on .