Fungal Twilight Color Palette

Discover the beautiful Fungal Twilight color palette featuring grain brown (#e3cab5), tan (#d1a98f), brandy rose (#b68f81), strikemaster (#9e6b7d) and cannon pink (#7b4c78).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Autumn, Beige, Earthy, 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 Fungal Twilight palette

Share this palette to:

💻 Fungal Twilight color palette CSS

/* CSS */
.color-1 {
color: #e3cab5;
}
.color-2 {
color: #d1a98f;
}
.color-3 {
color: #b68f81;
}
.color-4 {
color: #9e6b7d;
}
.color-5 {
color: #7b4c78;
}

/* CSS Variables */
:root {
--color-1: #e3cab5;
--color-2: #d1a98f;
--color-3: #b68f81;
--color-4: #9e6b7d;
--color-5: #7b4c78;
}

🌈 Fungal Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cab5, #d1a98f, #b68f81, #9e6b7d, #7b4c78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cab5, #d1a98f, #b68f81, #9e6b7d, #7b4c78);
}

Fungal Twilight color palette created on .