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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Fossilized Elegance color palette created on .