Fossilized Elegance Color Palette

Discover the beautiful Fossilized Elegance color palette featuring whiskey (#d7ac70), straw (#d6c58a), gimblet (#baa669), yellow metal (#7d5c3b) and mondo (#4d3b2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Earthy, Vintage, 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 Fossilized Elegance palette

Share this palette to:

๐Ÿ’ป Fossilized Elegance color palette CSS

/* CSS */
.color-1 {
color: #d7ac70;
}
.color-2 {
color: #d6c58a;
}
.color-3 {
color: #baa669;
}
.color-4 {
color: #7d5c3b;
}
.color-5 {
color: #4d3b2e;
}

/* CSS Variables */
:root {
--color-1: #d7ac70;
--color-2: #d6c58a;
--color-3: #baa669;
--color-4: #7d5c3b;
--color-5: #4d3b2e;
}

๐ŸŒˆ Fossilized Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7ac70, #d6c58a, #baa669, #7d5c3b, #4d3b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7ac70, #d6c58a, #baa669, #7d5c3b, #4d3b2e);
}

Fossilized Elegance color palette created on .