Ethereal Labyrinth Color Palette

Discover the beautiful Ethereal Labyrinth color palette featuring winter hazel (#d9d09b), nomad (#b2b0a3), manatee (#8c8ca6), kimberly (#69699b) and east bay (#4b4d8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Gray, Modern, Muted 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 Ethereal Labyrinth palette

Share this palette to:

💻 Ethereal Labyrinth color palette CSS

/* CSS */
.color-1 {
color: #d9d09b;
}
.color-2 {
color: #b2b0a3;
}
.color-3 {
color: #8c8ca6;
}
.color-4 {
color: #69699b;
}
.color-5 {
color: #4b4d8b;
}

/* CSS Variables */
:root {
--color-1: #d9d09b;
--color-2: #b2b0a3;
--color-3: #8c8ca6;
--color-4: #69699b;
--color-5: #4b4d8b;
}

🌈 Ethereal Labyrinth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d09b, #b2b0a3, #8c8ca6, #69699b, #4b4d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d09b, #b2b0a3, #8c8ca6, #69699b, #4b4d8b);
}

Ethereal Labyrinth color palette created on .