Eevee Color Palette

Discover the beautiful Eevee color palette featuring driftwood (#b48f50), tacha (#d6b761), golden sand (#f2d66e), manhattan (#f4c49a) and cashmere (#e7a5a2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Bright, Cream, Feminine, Fun, Soft, Spring, Tropical 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 Eevee palette

Share this palette to:

๐Ÿ’ป Eevee color palette CSS

/* CSS */
.color-1 {
color: #b48f50;
}
.color-2 {
color: #d6b761;
}
.color-3 {
color: #f2d66e;
}
.color-4 {
color: #f4c49a;
}
.color-5 {
color: #e7a5a2;
}

/* CSS Variables */
:root {
--color-1: #b48f50;
--color-2: #d6b761;
--color-3: #f2d66e;
--color-4: #f4c49a;
--color-5: #e7a5a2;
}

๐ŸŒˆ Eevee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b48f50, #d6b761, #f2d66e, #f4c49a, #e7a5a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b48f50, #d6b761, #f2d66e, #f4c49a, #e7a5a2);
}

Eevee color palette created on .