Eelsong Color Palette

Discover the beautiful Eelsong color palette featuring abbey (#5b5c5d), rolling stone (#7f8082), oslo gray (#939495), rolling stone (#818284) and rolling stone (#727375).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Earthy, Gray, Minimalist, Modern, Muted, Neutral, Soft 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 Eelsong palette

Share this palette to:

💻 Eelsong color palette CSS

/* CSS */
.color-1 {
color: #5b5c5d;
}
.color-2 {
color: #7f8082;
}
.color-3 {
color: #939495;
}
.color-4 {
color: #818284;
}
.color-5 {
color: #727375;
}

/* CSS Variables */
:root {
--color-1: #5b5c5d;
--color-2: #7f8082;
--color-3: #939495;
--color-4: #818284;
--color-5: #727375;
}

🌈 Eelsong background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b5c5d, #7f8082, #939495, #818284, #727375);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b5c5d, #7f8082, #939495, #818284, #727375);
}

Eelsong color palette created on .