Acheron Color Palette

Discover the beautiful Acheron color palette featuring hippie blue (#4f9db0), ming (#2d6476), blue dianne (#1d3c44), gold sand (#e5b194) and copper (#c86b3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Earthy, Modern, Summer, Vibrant, Warm 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 Acheron palette

Share this palette to:

💻 Acheron color palette CSS

/* CSS */
.color-1 {
color: #4f9db0;
}
.color-2 {
color: #2d6476;
}
.color-3 {
color: #1d3c44;
}
.color-4 {
color: #e5b194;
}
.color-5 {
color: #c86b3c;
}

/* CSS Variables */
:root {
--color-1: #4f9db0;
--color-2: #2d6476;
--color-3: #1d3c44;
--color-4: #e5b194;
--color-5: #c86b3c;
}

🌈 Acheron background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9db0, #2d6476, #1d3c44, #e5b194, #c86b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9db0, #2d6476, #1d3c44, #e5b194, #c86b3c);
}

Acheron color palette created on .