Eclipse of the Flock Color Palette

Discover the beautiful Eclipse of the Flock color palette featuring dune (#2e2a29), fuscous gray (#4f4a45), tapa (#7f7b76), bronco (#b1a69a) and westar (#e1dbd6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Black, Gray, 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 Eclipse of the Flock palette

Share this palette to:

💻 Eclipse of the Flock color palette CSS

/* CSS */
.color-1 {
color: #2e2a29;
}
.color-2 {
color: #4f4a45;
}
.color-3 {
color: #7f7b76;
}
.color-4 {
color: #b1a69a;
}
.color-5 {
color: #e1dbd6;
}

/* CSS Variables */
:root {
--color-1: #2e2a29;
--color-2: #4f4a45;
--color-3: #7f7b76;
--color-4: #b1a69a;
--color-5: #e1dbd6;
}

🌈 Eclipse of the Flock background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a29, #4f4a45, #7f7b76, #b1a69a, #e1dbd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a29, #4f4a45, #7f7b76, #b1a69a, #e1dbd6);
}

Eclipse of the Flock color palette created on .