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