Avatar Korra Color Palette

Discover the beautiful Avatar Korra color palette featuring bermuda gray (#6b95a8), glacier (#82b0c0), jungle mist (#afd0d5), skeptic (#cee8e4) and pampas (#f8f7f6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Soft, Light, Cool, Modern, Minimalist, Neutral, Bright, 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 Avatar Korra palette

Share this palette to:

💻 Avatar Korra color palette CSS

/* CSS */
.color-1 {
color: #6b95a8;
}
.color-2 {
color: #82b0c0;
}
.color-3 {
color: #afd0d5;
}
.color-4 {
color: #cee8e4;
}
.color-5 {
color: #f8f7f6;
}

/* CSS Variables */
:root {
--color-1: #6b95a8;
--color-2: #82b0c0;
--color-3: #afd0d5;
--color-4: #cee8e4;
--color-5: #f8f7f6;
}

🌈 Avatar Korra background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b95a8, #82b0c0, #afd0d5, #cee8e4, #f8f7f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b95a8, #82b0c0, #afd0d5, #cee8e4, #f8f7f6);
}

Avatar Korra color palette created on .