Eevee Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eevee palette
Color Inspiration
Images that showcase this color palette in real designs
Download Eevee Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Eevee color palette created on .